Html Css Color HEX #11468E Dark Cerulean

📋 copy color: '#11468E'

red 17 ◦ green 70 ◦ blue 142

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

Shades of Dark Cerulean #11468E

Tints of Dark Cerulean #11468E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 62.01%

R = 7.42%
G = 30.57%
B = 62.01%

CMYK

 C value IS 0.88

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#11468E (or 0x11468E) is known color: Dark Cerulean. HEX triplet: 11, 46 and 8E. RGB value is (17,70,142). Sum of RGB (Red+Green+Blue) = 17+70+142=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 142 (55.86% from 255 or 62.01% from 229); Max value from RGB is 142 - color contains mainly: blue. Hex color #11468E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11468E is #EEB971. Grayscale: #3E3E3E. Windows color (decimal): -15645042 or 9324049. OLE color: 9324049.

HSL color Cylindrical-coordinate representation of color #11468E: hue angle of 214.56º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11468E is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 17 70 142 -
CMYK 0.88 0.51 0 0.44
HSL 214.56º 0.79% 0.31% -
HSV(B) 214.56º 0.88% 0.56% -
XYZ 7.3 6.45 26.45 -
YUV 62.36 172.94 95.65 -
System Red Green Blue C M Y K H S L
Decimal 17 70 142 0.88 0.51 0 0.44 214.56 0.79 0.31
Hex 11 46 8E 58 33 0 2C D7 4F 1F
Octal 21 106 216 130 63 0 54 327 117 37
Binary 10001 1000110 10001110 1011000 110011 0 101100 11010111 1001111 11111

Color Harmonies of #11468E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11468E

Black with #11468E

Text Example


Text Example

White with #11468E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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