Html Css Color HEX #11456E Dark Cerulean

📋 copy color: '#11456E'

red 17 ◦ green 69 ◦ blue 110

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

Shades of Dark Cerulean #11456E

Tints of Dark Cerulean #11456E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 56.12%

R = 8.67%
G = 35.2%
B = 56.12%

CMYK

 C value IS 0.85

 M value IS 0.37

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#11456E (or 0x11456E) is known color: Dark Cerulean. HEX triplet: 11, 45 and 6E. RGB value is (17,69,110). Sum of RGB (Red+Green+Blue) = 17+69+110=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 110 (43.36% from 255 or 56.12% from 196); Max value from RGB is 110 - color contains mainly: blue. Hex color #11456E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11456E is #EEBA91. Grayscale: #393939. Windows color (decimal): -15645330 or 7226641. OLE color: 7226641.

HSL color Cylindrical-coordinate representation of color #11456E: hue angle of 206.45º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11456E is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 17 69 110 -
CMYK 0.85 0.37 0 0.57
HSL 206.45º 0.73% 0.25% -
HSV(B) 206.45º 0.85% 0.43% -
XYZ 5.17 5.5 15.54 -
YUV 58.13 157.27 98.67 -
System Red Green Blue C M Y K H S L
Decimal 17 69 110 0.85 0.37 0 0.57 206.45 0.73 0.25
Hex 11 45 6E 55 25 0 39 CE 49 19
Octal 21 105 156 125 45 0 71 316 111 31
Binary 10001 1000101 1101110 1010101 100101 0 111001 11001110 1001001 11001

Color Harmonies of #11456E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11456E

Black with #11456E

Text Example


Text Example

White with #11456E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11456E; }

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

 H1.HeaderClassName
 {
   color: #11456E;
 }
 .AnyTagClassName
 {
   color: #11456E;
 }
</style>

background-color css

<style>
 a { background-color: #11456E; }

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

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

border-color css

<style>
 span { border-color: #11456E; }

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

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