Html Css Color HEX #11457D Dark Cerulean

📋 copy color: '#11457D'

red 17 ◦ green 69 ◦ blue 125

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

Shades of Dark Cerulean #11457D

Tints of Dark Cerulean #11457D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.7%

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

R = 8.06%
G = 32.7%
B = 59.24%

CMYK

 C value IS 0.86

 M value IS 0.45

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#11457D (or 0x11457D) is known color: Dark Cerulean. HEX triplet: 11, 45 and 7D. RGB value is (17,69,125). Sum of RGB (Red+Green+Blue) = 17+69+125=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 125 (49.22% from 255 or 59.24% from 211); Max value from RGB is 125 - color contains mainly: blue. Hex color #11457D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11457D is #EEBA82. Grayscale: #3B3B3B. Windows color (decimal): -15645315 or 8209681. OLE color: 8209681.

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

Color convert

RGB 17 69 125 -
CMYK 0.86 0.45 0 0.51
HSL 211.11º 0.76% 0.28% -
HSV(B) 211.11º 0.86% 0.49% -
XYZ 6.06 5.86 20.21 -
YUV 59.84 164.77 97.45 -
System Red Green Blue C M Y K H S L
Decimal 17 69 125 0.86 0.45 0 0.51 211.11 0.76 0.28
Hex 11 45 7D 56 2D 0 33 D3 4C 1C
Octal 21 105 175 126 55 0 63 323 114 34
Binary 10001 1000101 1111101 1010110 101101 0 110011 11010011 1001100 11100

Color Harmonies of #11457D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11457D

Black with #11457D

Text Example


Text Example

White with #11457D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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