Html Css Color HEX #11347D Dark Cerulean

📋 copy color: '#11347D'

red 17 ◦ green 52 ◦ blue 125

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

Shades of Dark Cerulean #11347D

Tints of Dark Cerulean #11347D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 64.43%

R = 8.76%
G = 26.8%
B = 64.43%

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

#11347D (or 0x11347D) is known color: Dark Cerulean. HEX triplet: 11, 34 and 7D. RGB value is (17,52,125). Sum of RGB (Red+Green+Blue) = 17+52+125=194 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.76% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 125 (49.22% from 255 or 64.43% from 194); Max value from RGB is 125 - color contains mainly: blue. Hex color #11347D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11347D is #EECB82. Grayscale: #313131. Windows color (decimal): -15649667 or 8205329. OLE color: 8205329.

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

Color convert

RGB 17 52 125 -
CMYK 0.86 0.58 0 0.51
HSL 220.56º 0.76% 0.28% -
HSV(B) 220.56º 0.86% 0.49% -
XYZ 5.16 4.06 19.91 -
YUV 49.86 170.4 104.56 -
System Red Green Blue C M Y K H S L
Decimal 17 52 125 0.86 0.58 0 0.51 220.56 0.76 0.28
Hex 11 34 7D 56 3A 0 33 DD 4C 1C
Octal 21 64 175 126 72 0 63 335 114 34
Binary 10001 110100 1111101 1010110 111010 0 110011 11011101 1001100 11100

Color Harmonies of #11347D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11347D

Black with #11347D

Text Example


Text Example

White with #11347D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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