Html Css Color HEX #11407B Dark Cerulean

📋 copy color: '#11407B'

red 17 ◦ green 64 ◦ blue 123

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

Shades of Dark Cerulean #11407B

Tints of Dark Cerulean #11407B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 60.29%

R = 8.33%
G = 31.37%
B = 60.29%

CMYK

 C value IS 0.86

 M value IS 0.48

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#11407B (or 0x11407B) is known color: Dark Cerulean. HEX triplet: 11, 40 and 7B. RGB value is (17,64,123). Sum of RGB (Red+Green+Blue) = 17+64+123=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 123 (48.44% from 255 or 60.29% from 204); Max value from RGB is 123 - color contains mainly: blue. Hex color #11407B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11407B is #EEBF84. Grayscale: #383838. Windows color (decimal): -15646597 or 8077329. OLE color: 8077329.

HSL color Cylindrical-coordinate representation of color #11407B: hue angle of 213.4º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11407B is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 17 64 123 -
CMYK 0.86 0.48 0 0.52
HSL 213.4º 0.76% 0.27% -
HSV(B) 213.4º 0.86% 0.48% -
XYZ 5.64 5.22 19.45 -
YUV 56.67 165.43 99.7 -
System Red Green Blue C M Y K H S L
Decimal 17 64 123 0.86 0.48 0 0.52 213.4 0.76 0.27
Hex 11 40 7B 56 30 0 34 D5 4C 1B
Octal 21 100 173 126 60 0 64 325 114 33
Binary 10001 1000000 1111011 1010110 110000 0 110100 11010101 1001100 11011

Color Harmonies of #11407B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11407B

Black with #11407B

Text Example


Text Example

White with #11407B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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