Html Css Color HEX #054F9E Cobalt

📋 copy color: '#054F9E'

red 5 ◦ green 79 ◦ blue 158

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

Shades of Cobalt #054F9E

Tints of Cobalt #054F9E

RGB

 RED value IS 5 (2.34% from 255) = 2.07%

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

 BLUE value IS 158 (62.11% from 255) = 65.29%

R = 2.07%
G = 32.64%
B = 65.29%

CMYK

 C value IS 0.97

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#054F9E (or 0x054F9E) is known color: Cobalt. HEX triplet: 05, 4F and 9E. RGB value is (5,79,158). Sum of RGB (Red+Green+Blue) = 5+79+158=242 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 158 (62.11% from 255 or 65.29% from 242); Max value from RGB is 158 - color contains mainly: blue. Hex color #054F9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #054F9E is #FAB061. Grayscale: #414141. Windows color (decimal): -16429154 or 10374917. OLE color: 10374917.

HSL color Cylindrical-coordinate representation of color #054F9E: hue angle of 210.98º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054F9E is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 5 79 158 -
CMYK 0.97 0.50 0 0.38
HSL 210.98º 0.94% 0.32% -
HSV(B) 210.98º 0.97% 0.62% -
XYZ 9.03 8.09 33.43 -
YUV 65.88 179.98 84.58 -
System Red Green Blue C M Y K H S L
Decimal 5 79 158 0.97 0.50 0 0.38 210.98 0.94 0.32
Hex 5 4F 9E 61 32 0 26 D3 5E 20
Octal 5 117 236 141 62 0 46 323 136 40
Binary 101 1001111 10011110 1100001 110010 0 100110 11010011 1011110 100000

Color Harmonies of #054F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054F9E

Black with #054F9E

Text Example


Text Example

White with #054F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054F9E; }

 p { color: rgb(5,79,158); }

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

background-color css

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

 a { background-color: rgb(5,79,158); }

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

border-color css

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

 span { border-color: rgb(5,79,158); }

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