Html Css Color HEX #11447C Dark Cerulean

📋 copy color: '#11447C'

red 17 ◦ green 68 ◦ blue 124

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

Shades of Dark Cerulean #11447C

Tints of Dark Cerulean #11447C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.54%

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

R = 8.13%
G = 32.54%
B = 59.33%

CMYK

 C value IS 0.86

 M value IS 0.45

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#11447C (or 0x11447C) is known color: Dark Cerulean. HEX triplet: 11, 44 and 7C. RGB value is (17,68,124). Sum of RGB (Red+Green+Blue) = 17+68+124=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 124 (48.83% from 255 or 59.33% from 209); Max value from RGB is 124 - color contains mainly: blue. Hex color #11447C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11447C is #EEBB83. Grayscale: #3A3A3A. Windows color (decimal): -15645572 or 8143889. OLE color: 8143889.

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

Color convert

RGB 17 68 124 -
CMYK 0.86 0.45 0 0.51
HSL 211.4º 0.76% 0.28% -
HSV(B) 211.4º 0.86% 0.49% -
XYZ 5.94 5.71 19.86 -
YUV 59.14 164.6 97.95 -
System Red Green Blue C M Y K H S L
Decimal 17 68 124 0.86 0.45 0 0.51 211.4 0.76 0.28
Hex 11 44 7C 56 2D 0 33 D3 4C 1C
Octal 21 104 174 126 55 0 63 323 114 34
Binary 10001 1000100 1111100 1010110 101101 0 110011 11010011 1001100 11100

Color Harmonies of #11447C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11447C

Black with #11447C

Text Example


Text Example

White with #11447C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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