Html Css Color HEX #154A99 Cobalt

📋 copy color: '#154A99'

red 21 ◦ green 74 ◦ blue 153

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

Shades of Cobalt #154A99

Tints of Cobalt #154A99

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.84%

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

R = 8.47%
G = 29.84%
B = 61.69%

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

#154A99 (or 0x154A99) is known color: Cobalt. HEX triplet: 15, 4A and 99. RGB value is (21,74,153). Sum of RGB (Red+Green+Blue) = 21+74+153=248 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.47% from 248); Green value is 74 (29.30% from 255 or 29.84% from 248); Blue value is 153 (60.16% from 255 or 61.69% from 248); Max value from RGB is 153 - color contains mainly: blue. Hex color #154A99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154A99 is #EAB566. Grayscale: #424242. Windows color (decimal): -15381863 or 10045973. OLE color: 10045973.

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

Color convert

RGB 21 74 153 -
CMYK 0.86 0.52 0 0.4
HSL 215.91º 0.76% 0.34% -
HSV(B) 215.91º 0.86% 0.6% -
XYZ 8.51 7.36 31.11 -
YUV 67.16 176.44 95.08 -
System Red Green Blue C M Y K H S L
Decimal 21 74 153 0.86 0.52 0 0.4 215.91 0.76 0.34
Hex 15 4A 99 56 34 0 28 D8 4C 22
Octal 25 112 231 126 64 0 50 330 114 42
Binary 10101 1001010 10011001 1010110 110100 0 101000 11011000 1001100 100010

Color Harmonies of #154A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154A99

Black with #154A99

Text Example


Text Example

White with #154A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154A99; }

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

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

background-color css

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

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

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

border-color css

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

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

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