Html Css Color HEX #054F9D Cobalt

📋 copy color: '#054F9D'

red 5 ◦ green 79 ◦ blue 157

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

Shades of Cobalt #054F9D

Tints of Cobalt #054F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 65.15%

R = 2.07%
G = 32.78%
B = 65.15%

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

#054F9D (or 0x054F9D) is known color: Cobalt. HEX triplet: 05, 4F and 9D. RGB value is (5,79,157). Sum of RGB (Red+Green+Blue) = 5+79+157=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 79 (31.25% from 255 or 32.78% from 241); Blue value is 157 (61.72% from 255 or 65.15% from 241); Max value from RGB is 157 - color contains mainly: blue. Hex color #054F9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #054F9D is #FAB062. Grayscale: #414141. Windows color (decimal): -16429155 or 10309381. OLE color: 10309381.

HSL color Cylindrical-coordinate representation of color #054F9D: hue angle of 210.79º 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 #054F9D is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 5 79 157 -
CMYK 0.97 0.50 0 0.38
HSL 210.79º 0.94% 0.32% -
HSV(B) 210.79º 0.97% 0.62% -
XYZ 8.94 8.06 32.98 -
YUV 65.77 179.48 84.66 -
System Red Green Blue C M Y K H S L
Decimal 5 79 157 0.97 0.50 0 0.38 210.79 0.94 0.32
Hex 5 4F 9D 61 32 0 26 D3 5E 20
Octal 5 117 235 141 62 0 46 323 136 40
Binary 101 1001111 10011101 1100001 110010 0 100110 11010011 1011110 100000

Color Harmonies of #054F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054F9D

Black with #054F9D

Text Example


Text Example

White with #054F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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