Html Css Color HEX #154DAF Cobalt

📋 copy color: '#154DAF'

red 21 ◦ green 77 ◦ blue 175

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

Shades of Cobalt #154DAF

Tints of Cobalt #154DAF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.21%

 BLUE value IS 175 (68.75% from 255) = 64.1%

R = 7.69%
G = 28.21%
B = 64.1%

CMYK

 C value IS 0.88

 M value IS 0.56

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#154DAF (or 0x154DAF) is known color: Cobalt. HEX triplet: 15, 4D and AF. RGB value is (21,77,175). Sum of RGB (Red+Green+Blue) = 21+77+175=273 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.69% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 175 (68.75% from 255 or 64.10% from 273); Max value from RGB is 175 - color contains mainly: blue. Hex color #154DAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #154DAF is #EAB250. Grayscale: #464646. Windows color (decimal): -15381073 or 11488533. OLE color: 11488533.

HSL color Cylindrical-coordinate representation of color #154DAF: hue angle of 218.18º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #154DAF is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 21 77 175 -
CMYK 0.88 0.56 0 0.31
HSL 218.18º 0.79% 0.38% -
HSV(B) 218.18º 0.88% 0.69% -
XYZ 10.7 8.56 41.65 -
YUV 71.43 186.45 92.03 -
System Red Green Blue C M Y K H S L
Decimal 21 77 175 0.88 0.56 0 0.31 218.18 0.79 0.38
Hex 15 4D AF 58 38 0 1F DA 4F 26
Octal 25 115 257 130 70 0 37 332 117 46
Binary 10101 1001101 10101111 1011000 111000 0 11111 11011010 1001111 100110

Color Harmonies of #154DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154DAF

Black with #154DAF

Text Example


Text Example

White with #154DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,77,175); }

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

background-color css

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

 a { background-color: rgb(21,77,175); }

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

border-color css

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

 span { border-color: rgb(21,77,175); }

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