#102BBD

Color #102BBD Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #102BBD

Tints of Persian Blue #102BBD

Color information

#102BBD (or 0x102BBD) is unknown color: approx Persian Blue. HEX triplet: 10, 2B and BD. RGB value is (16,43,189). Sum of RGB (Red+Green+Blue) = 16+43+189=248 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.45% from 248); Green value is 43 (17.19% from 255 or 17.34% from 248); Blue value is 189 (74.22% from 255 or 76.21% from 248); Max value from RGB is 189 - color contains mainly: blue. Hex color #102BBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #102BBD is #EFD442. Grayscale: #323232. Windows color (decimal): -15717443 or 12397328. OLE color: 12397328.

HSL color Cylindrical-coordinate representation of color #102BBD: hue angle of 230.64º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #102BBD is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1643189-
CMYK0.920.7700.26
HSL230.64º84.39%40.2%-
HSV(B)230.64º91.53%74.12%-
XYZ10.265.5148.67-
YUV51.57205.55102.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 16 (6.64% from 255) = 6.45%
GREEN value IS 43 (17.19% from 255) = 17.34%
BLUE value IS 189 (74.22% from 255) = 76.21%
R=6.45%
G=17.34%
B=76.21%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal16431890.920.7700.26230.6484.3940.2
Hex102BBD5C4D01Ae75428
Octal205327513411503234712450
Binary100001010111011110110111001001101011010111001111010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102BBD; }

 p { color: rgb(16,43,189); }

 H1.HeaderClassName
 {
   color: #102BBD;
 }
 .AnyTagClassName
 {
   color: #102BBD;
 }
</style>
background-color css

<style>
 a { background-color: #102BBD; }

 a { background-color: rgb(16,43,189); }

 div.DivClassName
 {
   background-color: #102BBD;
 }
 .BgClassName
 {
   background-color: #102BBD;
 }
</style>
border-color css

<style>
 span { border-color: #102BBD; }

 span { border-color: rgb(16,43,189); }

 td.TdClassName
 {
   border-color: #102BBD;
 }
 .TagClassName
 {
   border-color: #102BBD;
 }
</style>