Html Css Color HEX #154D9F Cobalt

📋 copy color: '#154D9F'

red 21 ◦ green 77 ◦ blue 159

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

Shades of Cobalt #154D9F

Tints of Cobalt #154D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 61.87%

R = 8.17%
G = 29.96%
B = 61.87%

CMYK

 C value IS 0.87

 M value IS 0.52

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#154D9F (or 0x154D9F) is known color: Cobalt. HEX triplet: 15, 4D and 9F. RGB value is (21,77,159). Sum of RGB (Red+Green+Blue) = 21+77+159=257 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.17% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 159 (62.5% from 255 or 61.87% from 257); Max value from RGB is 159 - color contains mainly: blue. Hex color #154D9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #154D9F is #EAB260. Grayscale: #454545. Windows color (decimal): -15381089 or 10439957. OLE color: 10439957.

HSL color Cylindrical-coordinate representation of color #154D9F: hue angle of 215.65º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #154D9F is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 21 77 159 -
CMYK 0.87 0.52 0 0.38
HSL 215.65º 0.77% 0.35% -
HSV(B) 215.65º 0.87% 0.62% -
XYZ 9.22 7.97 33.85 -
YUV 69.6 178.45 93.33 -
System Red Green Blue C M Y K H S L
Decimal 21 77 159 0.87 0.52 0 0.38 215.65 0.77 0.35
Hex 15 4D 9F 57 34 0 26 D8 4D 23
Octal 25 115 237 127 64 0 46 330 115 43
Binary 10101 1001101 10011111 1010111 110100 0 100110 11011000 1001101 100011

Color Harmonies of #154D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154D9F

Black with #154D9F

Text Example


Text Example

White with #154D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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