Html Css Color HEX #11347E Dark Cerulean

📋 copy color: '#11347E'

red 17 ◦ green 52 ◦ blue 126

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

Shades of Dark Cerulean #11347E

Tints of Dark Cerulean #11347E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.67%

 BLUE value IS 126 (49.61% from 255) = 64.62%

R = 8.72%
G = 26.67%
B = 64.62%

CMYK

 C value IS 0.87

 M value IS 0.59

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#11347E (or 0x11347E) is known color: Dark Cerulean. HEX triplet: 11, 34 and 7E. RGB value is (17,52,126). Sum of RGB (Red+Green+Blue) = 17+52+126=195 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.72% from 195); Green value is 52 (20.70% from 255 or 26.67% from 195); Blue value is 126 (49.61% from 255 or 64.62% from 195); Max value from RGB is 126 - color contains mainly: blue. Hex color #11347E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11347E is #EECB81. Grayscale: #313131. Windows color (decimal): -15649666 or 8270865. OLE color: 8270865.

HSL color Cylindrical-coordinate representation of color #11347E: hue angle of 220.73º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11347E is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 52 126 -
CMYK 0.87 0.59 0 0.51
HSL 220.73º 0.76% 0.28% -
HSV(B) 220.73º 0.87% 0.49% -
XYZ 5.23 4.08 20.25 -
YUV 49.97 170.9 104.48 -
System Red Green Blue C M Y K H S L
Decimal 17 52 126 0.87 0.59 0 0.51 220.73 0.76 0.28
Hex 11 34 7E 57 3B 0 33 DD 4C 1C
Octal 21 64 176 127 73 0 63 335 114 34
Binary 10001 110100 1111110 1010111 111011 0 110011 11011101 1001100 11100

Color Harmonies of #11347E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11347E

Black with #11347E

Text Example


Text Example

White with #11347E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,52,126); }

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

background-color css

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

 a { background-color: rgb(17,52,126); }

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

border-color css

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

 span { border-color: rgb(17,52,126); }

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