Html Css Color HEX #054DBB Cobalt

📋 copy color: '#054DBB'

red 5 ◦ green 77 ◦ blue 187

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

Shades of Cobalt #054DBB

Tints of Cobalt #054DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 69.52%

R = 1.86%
G = 28.62%
B = 69.52%

CMYK

 C value IS 0.97

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#054DBB (or 0x054DBB) is known color: Cobalt. HEX triplet: 05, 4D and BB. RGB value is (5,77,187). Sum of RGB (Red+Green+Blue) = 5+77+187=269 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.86% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 187 (73.44% from 255 or 69.52% from 269); Max value from RGB is 187 - color contains mainly: blue. Hex color #054DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #054DBB is #FAB244. Grayscale: #434343. Windows color (decimal): -16429637 or 12274949. OLE color: 12274949.

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

Color convert

RGB 5 77 187 -
CMYK 0.97 0.59 0 0.27
HSL 216.26º 0.95% 0.38% -
HSV(B) 216.26º 0.97% 0.73% -
XYZ 11.69 8.93 48.12 -
YUV 68.01 195.15 83.06 -
System Red Green Blue C M Y K H S L
Decimal 5 77 187 0.97 0.59 0 0.27 216.26 0.95 0.38
Hex 5 4D BB 61 3B 0 1B D8 5F 26
Octal 5 115 273 141 73 0 33 330 137 46
Binary 101 1001101 10111011 1100001 111011 0 11011 11011000 1011111 100110

Color Harmonies of #054DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054DBB

Black with #054DBB

Text Example


Text Example

White with #054DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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