Html Css Color HEX #11347C Dark Cerulean

📋 copy color: '#11347C'

red 17 ◦ green 52 ◦ blue 124

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

Shades of Dark Cerulean #11347C

Tints of Dark Cerulean #11347C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 64.25%

R = 8.81%
G = 26.94%
B = 64.25%

CMYK

 C value IS 0.86

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#11347C (or 0x11347C) is known color: Dark Cerulean. HEX triplet: 11, 34 and 7C. RGB value is (17,52,124). Sum of RGB (Red+Green+Blue) = 17+52+124=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 124 (48.83% from 255 or 64.25% from 193); Max value from RGB is 124 - color contains mainly: blue. Hex color #11347C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11347C is #EECB83. Grayscale: #313131. Windows color (decimal): -15649668 or 8139793. OLE color: 8139793.

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

Color convert

RGB 17 52 124 -
CMYK 0.86 0.58 0 0.51
HSL 220.37º 0.76% 0.28% -
HSV(B) 220.37º 0.86% 0.49% -
XYZ 5.1 4.03 19.58 -
YUV 49.74 169.9 104.65 -
System Red Green Blue C M Y K H S L
Decimal 17 52 124 0.86 0.58 0 0.51 220.37 0.76 0.28
Hex 11 34 7C 56 3A 0 33 DC 4C 1C
Octal 21 64 174 126 72 0 63 334 114 34
Binary 10001 110100 1111100 1010110 111010 0 110011 11011100 1001100 11100

Color Harmonies of #11347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11347C

Black with #11347C

Text Example


Text Example

White with #11347C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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