Html Css Color HEX #154F9C Cobalt

📋 copy color: '#154F9C'

red 21 ◦ green 79 ◦ blue 156

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

Shades of Cobalt #154F9C

Tints of Cobalt #154F9C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.86%

 BLUE value IS 156 (61.33% from 255) = 60.94%

R = 8.2%
G = 30.86%
B = 60.94%

CMYK

 C value IS 0.87

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#154F9C (or 0x154F9C) is known color: Cobalt. HEX triplet: 15, 4F and 9C. RGB value is (21,79,156). Sum of RGB (Red+Green+Blue) = 21+79+156=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 156 (61.33% from 255 or 60.94% from 256); Max value from RGB is 156 - color contains mainly: blue. Hex color #154F9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #154F9C is #EAB063. Grayscale: #464646. Windows color (decimal): -15380580 or 10243861. OLE color: 10243861.

HSL color Cylindrical-coordinate representation of color #154F9C: hue angle of 214.22º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #154F9C is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 21 79 156 -
CMYK 0.87 0.49 0 0.39
HSL 214.22º 0.76% 0.35% -
HSV(B) 214.22º 0.87% 0.61% -
XYZ 9.11 8.15 32.55 -
YUV 70.44 176.28 92.74 -
System Red Green Blue C M Y K H S L
Decimal 21 79 156 0.87 0.49 0 0.39 214.22 0.76 0.35
Hex 15 4F 9C 57 31 0 27 D6 4C 23
Octal 25 117 234 127 61 0 47 326 114 43
Binary 10101 1001111 10011100 1010111 110001 0 100111 11010110 1001100 100011

Color Harmonies of #154F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154F9C

Black with #154F9C

Text Example


Text Example

White with #154F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,79,156); }

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

background-color css

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

 a { background-color: rgb(21,79,156); }

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

border-color css

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

 span { border-color: rgb(21,79,156); }

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