Html Css Color HEX #11467D Dark Cerulean

📋 copy color: '#11467D'

red 17 ◦ green 70 ◦ blue 125

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

Shades of Dark Cerulean #11467D

Tints of Dark Cerulean #11467D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.02%

 BLUE value IS 125 (49.22% from 255) = 58.96%

R = 8.02%
G = 33.02%
B = 58.96%

CMYK

 C value IS 0.86

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#11467D (or 0x11467D) is known color: Dark Cerulean. HEX triplet: 11, 46 and 7D. RGB value is (17,70,125). Sum of RGB (Red+Green+Blue) = 17+70+125=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 125 (49.22% from 255 or 58.96% from 212); Max value from RGB is 125 - color contains mainly: blue. Hex color #11467D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11467D is #EEB982. Grayscale: #3C3C3C. Windows color (decimal): -15645059 or 8209937. OLE color: 8209937.

HSL color Cylindrical-coordinate representation of color #11467D: hue angle of 210.56º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11467D is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 70 125 -
CMYK 0.86 0.44 0 0.51
HSL 210.56º 0.76% 0.28% -
HSV(B) 210.56º 0.86% 0.49% -
XYZ 6.12 5.98 20.23 -
YUV 60.42 164.44 97.03 -
System Red Green Blue C M Y K H S L
Decimal 17 70 125 0.86 0.44 0 0.51 210.56 0.76 0.28
Hex 11 46 7D 56 2C 0 33 D3 4C 1C
Octal 21 106 175 126 54 0 63 323 114 34
Binary 10001 1000110 1111101 1010110 101100 0 110011 11010011 1001100 11100

Color Harmonies of #11467D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11467D

Black with #11467D

Text Example


Text Example

White with #11467D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11467D; }

 p { color: rgb(17,70,125); }

 H1.HeaderClassName
 {
   color: #11467D;
 }
 .AnyTagClassName
 {
   color: #11467D;
 }
</style>

background-color css

<style>
 a { background-color: #11467D; }

 a { background-color: rgb(17,70,125); }

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

border-color css

<style>
 span { border-color: #11467D; }

 span { border-color: rgb(17,70,125); }

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