Html Css Color HEX #053CBA Cobalt

📋 copy color: '#053CBA'

red 5 ◦ green 60 ◦ blue 186

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

Shades of Cobalt #053CBA

Tints of Cobalt #053CBA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.9%

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

R = 1.99%
G = 23.9%
B = 74.1%

CMYK

 C value IS 0.97

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#053CBA (or 0x053CBA) is known color: Cobalt. HEX triplet: 05, 3C and BA. RGB value is (5,60,186). Sum of RGB (Red+Green+Blue) = 5+60+186=251 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.99% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 186 (73.05% from 255 or 74.10% from 251); Max value from RGB is 186 - color contains mainly: blue. Hex color #053CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053CBA is #FAC345. Grayscale: #393939. Windows color (decimal): -16433990 or 12205061. OLE color: 12205061.

HSL color Cylindrical-coordinate representation of color #053CBA: hue angle of 221.77º 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 #053CBA is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 5 60 186 -
CMYK 0.97 0.68 0 0.27
HSL 221.77º 0.95% 0.37% -
HSV(B) 221.77º 0.97% 0.73% -
XYZ 10.54 6.81 47.21 -
YUV 57.92 200.28 90.25 -
System Red Green Blue C M Y K H S L
Decimal 5 60 186 0.97 0.68 0 0.27 221.77 0.95 0.37
Hex 5 3C BA 61 44 0 1B DE 5F 25
Octal 5 74 272 141 104 0 33 336 137 45
Binary 101 111100 10111010 1100001 1000100 0 11011 11011110 1011111 100101

Color Harmonies of #053CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053CBA

Black with #053CBA

Text Example


Text Example

White with #053CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053CBA; }

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

 H1.HeaderClassName
 {
   color: #053CBA;
 }
 .AnyTagClassName
 {
   color: #053CBA;
 }
</style>

background-color css

<style>
 a { background-color: #053CBA; }

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

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

border-color css

<style>
 span { border-color: #053CBA; }

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

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