Html Css Color HEX #054BBE Cobalt

📋 copy color: '#054BBE'

red 5 ◦ green 75 ◦ blue 190

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

Shades of Cobalt #054BBE

Tints of Cobalt #054BBE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.78%

 BLUE value IS 190 (74.61% from 255) = 70.37%

R = 1.85%
G = 27.78%
B = 70.37%

CMYK

 C value IS 0.97

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#054BBE (or 0x054BBE) is known color: Cobalt. HEX triplet: 05, 4B and BE. RGB value is (5,75,190). Sum of RGB (Red+Green+Blue) = 5+75+190=270 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 270); Green value is 75 (29.69% from 255 or 27.78% from 270); Blue value is 190 (74.61% from 255 or 70.37% from 270); Max value from RGB is 190 - color contains mainly: blue. Hex color #054BBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #054BBE is #FAB441. Grayscale: #424242. Windows color (decimal): -16430146 or 12471045. OLE color: 12471045.

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

Color convert

RGB 5 75 190 -
CMYK 0.97 0.61 0 0.25
HSL 217.3º 0.95% 0.38% -
HSV(B) 217.3º 0.97% 0.75% -
XYZ 11.87 8.78 49.78 -
YUV 67.18 197.31 83.65 -
System Red Green Blue C M Y K H S L
Decimal 5 75 190 0.97 0.61 0 0.25 217.3 0.95 0.38
Hex 5 4B BE 61 3D 0 19 D9 5F 26
Octal 5 113 276 141 75 0 31 331 137 46
Binary 101 1001011 10111110 1100001 111101 0 11001 11011001 1011111 100110

Color Harmonies of #054BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054BBE

Black with #054BBE

Text Example


Text Example

White with #054BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,75,190); }

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

background-color css

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

 a { background-color: rgb(5,75,190); }

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

border-color css

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

 span { border-color: rgb(5,75,190); }

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