Html Css Color HEX #0054BB Cobalt

📋 copy color: '#0054BB'

red 0 ◦ green 84 ◦ blue 187

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

Shades of Cobalt #0054BB

Tints of Cobalt #0054BB

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 84 (33.2% from 255) = 31%

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

R = 0%
G = 31%
B = 69%

CMYK

 C value IS 1

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0054BB (or 0x0054BB) is known color: Cobalt. HEX triplet: 00, 54 and BB. RGB value is (0,84,187). Sum of RGB (Red+Green+Blue) = 0+84+187=271 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 187 (73.44% from 255 or 69.00% from 271); Max value from RGB is 187 - color contains mainly: blue. Hex color #0054BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0054BB is #FFAB44. Grayscale: #464646. Windows color (decimal): -16755525 or 12276736. OLE color: 12276736.

HSL color Cylindrical-coordinate representation of color #0054BB: hue angle of 213.05º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0054BB is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 84 187 -
CMYK 1 0.55 0 0.27
HSL 213.05º 1% 0.37% -
HSV(B) 213.05º 1% 0.73% -
XYZ 12.14 9.93 48.29 -
YUV 70.63 193.67 77.62 -
System Red Green Blue C M Y K H S L
Decimal 0 84 187 1 0.55 0 0.27 213.05 1 0.37
Hex 0 54 BB 64 37 0 1B D5 64 25
Octal 0 124 273 144 67 0 33 325 144 45
Binary 0 1010100 10111011 1100100 110111 0 11011 11010101 1100100 100101

Color Harmonies of #0054BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0054BB

Black with #0054BB

Text Example


Text Example

White with #0054BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0054BB; }

 p { color: rgb(0,84,187); }

 H1.HeaderClassName
 {
   color: #0054BB;
 }
 .AnyTagClassName
 {
   color: #0054BB;
 }
</style>

background-color css

<style>
 a { background-color: #0054BB; }

 a { background-color: rgb(0,84,187); }

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

border-color css

<style>
 span { border-color: #0054BB; }

 span { border-color: rgb(0,84,187); }

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