Html Css Color HEX #054D9E Cobalt

📋 copy color: '#054D9E'

red 5 ◦ green 77 ◦ blue 158

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

Shades of Cobalt #054D9E

Tints of Cobalt #054D9E

RGB

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

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

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

R = 2.08%
G = 32.08%
B = 65.83%

CMYK

 C value IS 0.97

 M value IS 0.51

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#054D9E (or 0x054D9E) is known color: Cobalt. HEX triplet: 05, 4D and 9E. RGB value is (5,77,158). Sum of RGB (Red+Green+Blue) = 5+77+158=240 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.08% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 158 (62.11% from 255 or 65.83% from 240); Max value from RGB is 158 - color contains mainly: blue. Hex color #054D9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #054D9E is #FAB261. Grayscale: #404040. Windows color (decimal): -16429666 or 10374405. OLE color: 10374405.

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

Color convert

RGB 5 77 158 -
CMYK 0.97 0.51 0 0.38
HSL 211.76º 0.94% 0.32% -
HSV(B) 211.76º 0.97% 0.62% -
XYZ 8.89 7.81 33.39 -
YUV 64.71 180.65 85.41 -
System Red Green Blue C M Y K H S L
Decimal 5 77 158 0.97 0.51 0 0.38 211.76 0.94 0.32
Hex 5 4D 9E 61 33 0 26 D4 5E 20
Octal 5 115 236 141 63 0 46 324 136 40
Binary 101 1001101 10011110 1100001 110011 0 100110 11010100 1011110 100000

Color Harmonies of #054D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054D9E

Black with #054D9E

Text Example


Text Example

White with #054D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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