Html Css Color HEX #054D9F Cobalt

📋 copy color: '#054D9F'

red 5 ◦ green 77 ◦ blue 159

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

Shades of Cobalt #054D9F

Tints of Cobalt #054D9F

RGB

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

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

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

R = 2.07%
G = 31.95%
B = 65.98%

CMYK

 C value IS 0.97

 M value IS 0.52

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#054D9F (or 0x054D9F) is known color: Cobalt. HEX triplet: 05, 4D and 9F. RGB value is (5,77,159). Sum of RGB (Red+Green+Blue) = 5+77+159=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 159 (62.5% from 255 or 65.98% from 241); Max value from RGB is 159 - color contains mainly: blue. Hex color #054D9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #054D9F is #FAB260. Grayscale: #404040. Windows color (decimal): -16429665 or 10439941. OLE color: 10439941.

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

Color convert

RGB 5 77 159 -
CMYK 0.97 0.52 0 0.38
HSL 211.95º 0.94% 0.32% -
HSV(B) 211.95º 0.97% 0.62% -
XYZ 8.97 7.84 33.84 -
YUV 64.82 181.15 85.33 -
System Red Green Blue C M Y K H S L
Decimal 5 77 159 0.97 0.52 0 0.38 211.95 0.94 0.32
Hex 5 4D 9F 61 34 0 26 D4 5E 20
Octal 5 115 237 141 64 0 46 324 136 40
Binary 101 1001101 10011111 1100001 110100 0 100110 11010100 1011110 100000

Color Harmonies of #054D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054D9F

Black with #054D9F

Text Example


Text Example

White with #054D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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