Html Css Color HEX #11437D Dark Cerulean

📋 copy color: '#11437D'

red 17 ◦ green 67 ◦ blue 125

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

Shades of Dark Cerulean #11437D

Tints of Dark Cerulean #11437D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.06%

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

R = 8.13%
G = 32.06%
B = 59.81%

CMYK

 C value IS 0.86

 M value IS 0.46

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#11437D (or 0x11437D) is known color: Dark Cerulean. HEX triplet: 11, 43 and 7D. RGB value is (17,67,125). Sum of RGB (Red+Green+Blue) = 17+67+125=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 67 (26.56% from 255 or 32.06% from 209); Blue value is 125 (49.22% from 255 or 59.81% from 209); Max value from RGB is 125 - color contains mainly: blue. Hex color #11437D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11437D is #EEBC82. Grayscale: #3A3A3A. Windows color (decimal): -15645827 or 8209169. OLE color: 8209169.

HSL color Cylindrical-coordinate representation of color #11437D: hue angle of 212.22º 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 #11437D is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 67 125 -
CMYK 0.86 0.46 0 0.51
HSL 212.22º 0.76% 0.28% -
HSV(B) 212.22º 0.86% 0.49% -
XYZ 5.94 5.61 20.17 -
YUV 58.66 165.44 98.28 -
System Red Green Blue C M Y K H S L
Decimal 17 67 125 0.86 0.46 0 0.51 212.22 0.76 0.28
Hex 11 43 7D 56 2E 0 33 D4 4C 1C
Octal 21 103 175 126 56 0 63 324 114 34
Binary 10001 1000011 1111101 1010110 101110 0 110011 11010100 1001100 11100

Color Harmonies of #11437D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11437D

Black with #11437D

Text Example


Text Example

White with #11437D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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