Html Css Color HEX #11468A Dark Cerulean

📋 copy color: '#11468A'

red 17 ◦ green 70 ◦ blue 138

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

Shades of Dark Cerulean #11468A

Tints of Dark Cerulean #11468A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 61.33%

R = 7.56%
G = 31.11%
B = 61.33%

CMYK

 C value IS 0.88

 M value IS 0.49

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#11468A (or 0x11468A) is known color: Dark Cerulean. HEX triplet: 11, 46 and 8A. RGB value is (17,70,138). Sum of RGB (Red+Green+Blue) = 17+70+138=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 138 (54.30% from 255 or 61.33% from 225); Max value from RGB is 138 - color contains mainly: blue. Hex color #11468A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11468A is #EEB975. Grayscale: #3D3D3D. Windows color (decimal): -15645046 or 9061905. OLE color: 9061905.

HSL color Cylindrical-coordinate representation of color #11468A: hue angle of 213.72º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11468A is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 17 70 138 -
CMYK 0.88 0.49 0 0.46
HSL 213.72º 0.78% 0.3% -
HSV(B) 213.72º 0.88% 0.54% -
XYZ 7.01 6.33 24.9 -
YUV 61.91 170.94 95.97 -
System Red Green Blue C M Y K H S L
Decimal 17 70 138 0.88 0.49 0 0.46 213.72 0.78 0.3
Hex 11 46 8A 58 31 0 2E D6 4E 1E
Octal 21 106 212 130 61 0 56 326 116 36
Binary 10001 1000110 10001010 1011000 110001 0 101110 11010110 1001110 11110

Color Harmonies of #11468A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11468A

Black with #11468A

Text Example


Text Example

White with #11468A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11468A; }

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

 H1.HeaderClassName
 {
   color: #11468A;
 }
 .AnyTagClassName
 {
   color: #11468A;
 }
</style>

background-color css

<style>
 a { background-color: #11468A; }

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

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

border-color css

<style>
 span { border-color: #11468A; }

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

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