Html Css Color HEX #11446E Dark Cerulean

📋 copy color: '#11446E'

red 17 ◦ green 68 ◦ blue 110

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

Shades of Dark Cerulean #11446E

Tints of Dark Cerulean #11446E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.87%

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

R = 8.72%
G = 34.87%
B = 56.41%

CMYK

 C value IS 0.85

 M value IS 0.38

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#11446E (or 0x11446E) is known color: Dark Cerulean. HEX triplet: 11, 44 and 6E. RGB value is (17,68,110). Sum of RGB (Red+Green+Blue) = 17+68+110=195 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.72% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 110 (43.36% from 255 or 56.41% from 195); Max value from RGB is 110 - color contains mainly: blue. Hex color #11446E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11446E is #EEBB91. Grayscale: #393939. Windows color (decimal): -15645586 or 7226385. OLE color: 7226385.

HSL color Cylindrical-coordinate representation of color #11446E: hue angle of 207.1º 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 #11446E is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 17 68 110 -
CMYK 0.85 0.38 0 0.57
HSL 207.1º 0.73% 0.25% -
HSV(B) 207.1º 0.85% 0.43% -
XYZ 5.11 5.38 15.52 -
YUV 57.54 157.6 99.08 -
System Red Green Blue C M Y K H S L
Decimal 17 68 110 0.85 0.38 0 0.57 207.1 0.73 0.25
Hex 11 44 6E 55 26 0 39 CF 49 19
Octal 21 104 156 125 46 0 71 317 111 31
Binary 10001 1000100 1101110 1010101 100110 0 111001 11001111 1001001 11001

Color Harmonies of #11446E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11446E

Black with #11446E

Text Example


Text Example

White with #11446E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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