Html Css Color HEX #112DB8 Persian Blue

📋 copy color: '#112DB8'

red 17 ◦ green 45 ◦ blue 184

#112DB8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #112DB8

Tints of Persian Blue #112DB8

RGB

 RED value IS 17 (7.03% from 255) = 6.91%

 GREEN value IS 45 (17.97% from 255) = 18.29%

 BLUE value IS 184 (72.27% from 255) = 74.8%

R = 6.91%
G = 18.29%
B = 74.8%

CMYK

 C value IS 0.91

 M value IS 0.76

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#112DB8 (or 0x112DB8) is known color: Persian Blue. HEX triplet: 11, 2D and B8. RGB value is (17,45,184). Sum of RGB (Red+Green+Blue) = 17+45+184=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 45 (17.97% from 255 or 18.29% from 246); Blue value is 184 (72.27% from 255 or 74.80% from 246); Max value from RGB is 184 - color contains mainly: blue. Hex color #112DB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112DB8 is #EED247. Grayscale: #333333. Windows color (decimal): -15651400 or 12070161. OLE color: 12070161.

HSL color Cylindrical-coordinate representation of color #112DB8: hue angle of 229.94º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #112DB8 is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 17 45 184 -
CMYK 0.91 0.76 0 0.28
HSL 229.94º 0.83% 0.39% -
HSV(B) 229.94º 0.91% 0.72% -
XYZ 9.82 5.46 45.88 -
YUV 52.47 202.22 102.7 -
System Red Green Blue C M Y K H S L
Decimal 17 45 184 0.91 0.76 0 0.28 229.94 0.83 0.39
Hex 11 2D B8 5B 4C 0 1C E6 53 27
Octal 21 55 270 133 114 0 34 346 123 47
Binary 10001 101101 10111000 1011011 1001100 0 11100 11100110 1010011 100111

Color Harmonies of #112DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112DB8

Black with #112DB8

Text Example


Text Example

White with #112DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112DB8; }

 p { color: rgb(17,45,184); }

 H1.HeaderClassName
 {
   color: #112DB8;
 }
 .AnyTagClassName
 {
   color: #112DB8;
 }
</style>

background-color css

<style>
 a { background-color: #112DB8; }

 a { background-color: rgb(17,45,184); }

 div.DivClassName
 {
   background-color: #112DB8;
 }
 .BgClassName
 {
   background-color: #112DB8;
 }
</style>

border-color css

<style>
 span { border-color: #112DB8; }

 span { border-color: rgb(17,45,184); }

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