Html Css Color HEX #054EBA Cobalt

📋 copy color: '#054EBA'

red 5 ◦ green 78 ◦ blue 186

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

Shades of Cobalt #054EBA

Tints of Cobalt #054EBA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29%

 BLUE value IS 186 (73.05% from 255) = 69.14%

R = 1.86%
G = 29%
B = 69.14%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#054EBA (or 0x054EBA) is known color: Cobalt. HEX triplet: 05, 4E and BA. RGB value is (5,78,186). Sum of RGB (Red+Green+Blue) = 5+78+186=269 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.86% from 269); Green value is 78 (30.86% from 255 or 29.00% from 269); Blue value is 186 (73.05% from 255 or 69.14% from 269); Max value from RGB is 186 - color contains mainly: blue. Hex color #054EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #054EBA is #FAB145. Grayscale: #434343. Windows color (decimal): -16429382 or 12209669. OLE color: 12209669.

HSL color Cylindrical-coordinate representation of color #054EBA: hue angle of 215.8º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054EBA is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 5 78 186 -
CMYK 0.97 0.58 0 0.27
HSL 215.8º 0.95% 0.37% -
HSV(B) 215.8º 0.97% 0.73% -
XYZ 11.65 9.03 47.58 -
YUV 68.49 194.32 82.72 -
System Red Green Blue C M Y K H S L
Decimal 5 78 186 0.97 0.58 0 0.27 215.8 0.95 0.37
Hex 5 4E BA 61 3A 0 1B D8 5F 25
Octal 5 116 272 141 72 0 33 330 137 45
Binary 101 1001110 10111010 1100001 111010 0 11011 11011000 1011111 100101

Color Harmonies of #054EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054EBA

Black with #054EBA

Text Example


Text Example

White with #054EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,78,186); }

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

background-color css

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

 a { background-color: rgb(5,78,186); }

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

border-color css

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

 span { border-color: rgb(5,78,186); }

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