Html Css Color HEX #11467B Dark Cerulean

📋 copy color: '#11467B'

red 17 ◦ green 70 ◦ blue 123

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

Shades of Dark Cerulean #11467B

Tints of Dark Cerulean #11467B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.33%

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

R = 8.1%
G = 33.33%
B = 58.57%

CMYK

 C value IS 0.86

 M value IS 0.43

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#11467B (or 0x11467B) is known color: Dark Cerulean. HEX triplet: 11, 46 and 7B. RGB value is (17,70,123). Sum of RGB (Red+Green+Blue) = 17+70+123=210 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.10% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 123 (48.44% from 255 or 58.57% from 210); Max value from RGB is 123 - color contains mainly: blue. Hex color #11467B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11467B is #EEB984. Grayscale: #3B3B3B. Windows color (decimal): -15645061 or 8078865. OLE color: 8078865.

HSL color Cylindrical-coordinate representation of color #11467B: hue angle of 210º 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 #11467B is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 17 70 123 -
CMYK 0.86 0.43 0 0.52
HSL 210º 0.76% 0.27% -
HSV(B) 210º 0.86% 0.48% -
XYZ 6 5.93 19.57 -
YUV 60.2 163.44 97.19 -
System Red Green Blue C M Y K H S L
Decimal 17 70 123 0.86 0.43 0 0.52 210 0.76 0.27
Hex 11 46 7B 56 2B 0 34 D2 4C 1B
Octal 21 106 173 126 53 0 64 322 114 33
Binary 10001 1000110 1111011 1010110 101011 0 110100 11010010 1001100 11011

Color Harmonies of #11467B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11467B

Black with #11467B

Text Example


Text Example

White with #11467B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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