Html Css Color HEX #154999 Cobalt

📋 copy color: '#154999'

red 21 ◦ green 73 ◦ blue 153

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

Shades of Cobalt #154999

Tints of Cobalt #154999

RGB

 RED value IS 21 (8.59% from 255) = 8.5%

 GREEN value IS 73 (28.91% from 255) = 29.55%

 BLUE value IS 153 (60.16% from 255) = 61.94%

R = 8.5%
G = 29.55%
B = 61.94%

CMYK

 C value IS 0.86

 M value IS 0.52

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#154999 (or 0x154999) is known color: Cobalt. HEX triplet: 15, 49 and 99. RGB value is (21,73,153). Sum of RGB (Red+Green+Blue) = 21+73+153=247 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.50% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 153 (60.16% from 255 or 61.94% from 247); Max value from RGB is 153 - color contains mainly: blue. Hex color #154999 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154999 is #EAB666. Grayscale: #424242. Windows color (decimal): -15382119 or 10045717. OLE color: 10045717.

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

Color convert

RGB 21 73 153 -
CMYK 0.86 0.52 0 0.4
HSL 216.36º 0.76% 0.34% -
HSV(B) 216.36º 0.86% 0.6% -
XYZ 8.44 7.22 31.09 -
YUV 66.57 176.77 95.5 -
System Red Green Blue C M Y K H S L
Decimal 21 73 153 0.86 0.52 0 0.4 216.36 0.76 0.34
Hex 15 49 99 56 34 0 28 D8 4C 22
Octal 25 111 231 126 64 0 50 330 114 42
Binary 10101 1001001 10011001 1010110 110100 0 101000 11011000 1001100 100010

Color Harmonies of #154999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154999

Black with #154999

Text Example


Text Example

White with #154999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154999; }

 p { color: rgb(21,73,153); }

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

background-color css

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

 a { background-color: rgb(21,73,153); }

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

border-color css

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

 span { border-color: rgb(21,73,153); }

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