Html Css Color HEX #11367D Dark Cerulean

📋 copy color: '#11367D'

red 17 ◦ green 54 ◦ blue 125

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

Shades of Dark Cerulean #11367D

Tints of Dark Cerulean #11367D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.55%

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

R = 8.67%
G = 27.55%
B = 63.78%

CMYK

 C value IS 0.86

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#11367D (or 0x11367D) is known color: Dark Cerulean. HEX triplet: 11, 36 and 7D. RGB value is (17,54,125). Sum of RGB (Red+Green+Blue) = 17+54+125=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 54 (21.48% from 255 or 27.55% from 196); Blue value is 125 (49.22% from 255 or 63.78% from 196); Max value from RGB is 125 - color contains mainly: blue. Hex color #11367D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11367D is #EEC982. Grayscale: #323232. Windows color (decimal): -15649155 or 8205841. OLE color: 8205841.

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

Color convert

RGB 17 54 125 -
CMYK 0.86 0.57 0 0.51
HSL 219.44º 0.76% 0.28% -
HSV(B) 219.44º 0.86% 0.49% -
XYZ 5.25 4.24 19.94 -
YUV 51.03 169.74 103.73 -
System Red Green Blue C M Y K H S L
Decimal 17 54 125 0.86 0.57 0 0.51 219.44 0.76 0.28
Hex 11 36 7D 56 39 0 33 DB 4C 1C
Octal 21 66 175 126 71 0 63 333 114 34
Binary 10001 110110 1111101 1010110 111001 0 110011 11011011 1001100 11100

Color Harmonies of #11367D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11367D

Black with #11367D

Text Example


Text Example

White with #11367D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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