Html Css Color HEX #11407D Dark Cerulean

📋 copy color: '#11407D'

red 17 ◦ green 64 ◦ blue 125

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

Shades of Dark Cerulean #11407D

Tints of Dark Cerulean #11407D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.07%

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

R = 8.25%
G = 31.07%
B = 60.68%

CMYK

 C value IS 0.86

 M value IS 0.49

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#11407D (or 0x11407D) is known color: Dark Cerulean. HEX triplet: 11, 40 and 7D. RGB value is (17,64,125). Sum of RGB (Red+Green+Blue) = 17+64+125=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 125 (49.22% from 255 or 60.68% from 206); Max value from RGB is 125 - color contains mainly: blue. Hex color #11407D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11407D is #EEBF82. Grayscale: #383838. Windows color (decimal): -15646595 or 8208401. OLE color: 8208401.

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

Color convert

RGB 17 64 125 -
CMYK 0.86 0.49 0 0.51
HSL 213.89º 0.76% 0.28% -
HSV(B) 213.89º 0.86% 0.49% -
XYZ 5.77 5.27 20.11 -
YUV 56.9 166.43 99.54 -
System Red Green Blue C M Y K H S L
Decimal 17 64 125 0.86 0.49 0 0.51 213.89 0.76 0.28
Hex 11 40 7D 56 31 0 33 D6 4C 1C
Octal 21 100 175 126 61 0 63 326 114 34
Binary 10001 1000000 1111101 1010110 110001 0 110011 11010110 1001100 11100

Color Harmonies of #11407D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11407D

Black with #11407D

Text Example


Text Example

White with #11407D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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