Html Css Color HEX #054FB3 Cobalt

📋 copy color: '#054FB3'

red 5 ◦ green 79 ◦ blue 179

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

Shades of Cobalt #054FB3

Tints of Cobalt #054FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 68.06%

R = 1.9%
G = 30.04%
B = 68.06%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#054FB3 (or 0x054FB3) is known color: Cobalt. HEX triplet: 05, 4F and B3. RGB value is (5,79,179). Sum of RGB (Red+Green+Blue) = 5+79+179=263 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.90% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 179 (70.31% from 255 or 68.06% from 263); Max value from RGB is 179 - color contains mainly: blue. Hex color #054FB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #054FB3 is #FAB04C. Grayscale: #434343. Windows color (decimal): -16429133 or 11751173. OLE color: 11751173.

HSL color Cylindrical-coordinate representation of color #054FB3: hue angle of 214.48º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054FB3 is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 5 79 179 -
CMYK 0.97 0.56 0 0.30
HSL 214.48º 0.95% 0.36% -
HSV(B) 214.48º 0.97% 0.7% -
XYZ 11 8.88 43.78 -
YUV 68.27 190.48 82.87 -
System Red Green Blue C M Y K H S L
Decimal 5 79 179 0.97 0.56 0 0.30 214.48 0.95 0.36
Hex 5 4F B3 61 38 0 1E D6 5F 24
Octal 5 117 263 141 70 0 36 326 137 44
Binary 101 1001111 10110011 1100001 111000 0 11110 11010110 1011111 100100

Color Harmonies of #054FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054FB3

Black with #054FB3

Text Example


Text Example

White with #054FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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