Html Css Color HEX #11466D Dark Cerulean

📋 copy color: '#11466D'

red 17 ◦ green 70 ◦ blue 109

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

Shades of Dark Cerulean #11466D

Tints of Dark Cerulean #11466D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 55.61%

R = 8.67%
G = 35.71%
B = 55.61%

CMYK

 C value IS 0.84

 M value IS 0.36

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#11466D (or 0x11466D) is known color: Dark Cerulean. HEX triplet: 11, 46 and 6D. RGB value is (17,70,109). Sum of RGB (Red+Green+Blue) = 17+70+109=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 109 (42.97% from 255 or 55.61% from 196); Max value from RGB is 109 - color contains mainly: blue. Hex color #11466D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11466D is #EEB992. Grayscale: #3A3A3A. Windows color (decimal): -15645075 or 7161361. OLE color: 7161361.

HSL color Cylindrical-coordinate representation of color #11466D: hue angle of 205.43º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11466D is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 17 70 109 -
CMYK 0.84 0.36 0 0.57
HSL 205.43º 0.73% 0.25% -
HSV(B) 205.43º 0.84% 0.43% -
XYZ 5.18 5.6 15.28 -
YUV 58.6 156.44 98.33 -
System Red Green Blue C M Y K H S L
Decimal 17 70 109 0.84 0.36 0 0.57 205.43 0.73 0.25
Hex 11 46 6D 54 24 0 39 CD 49 19
Octal 21 106 155 124 44 0 71 315 111 31
Binary 10001 1000110 1101101 1010100 100100 0 111001 11001101 1001001 11001

Color Harmonies of #11466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11466D

Black with #11466D

Text Example


Text Example

White with #11466D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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