Html Css Color HEX #053FBD Cobalt

📋 copy color: '#053FBD'

red 5 ◦ green 63 ◦ blue 189

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

Shades of Cobalt #053FBD

Tints of Cobalt #053FBD

RGB

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

 GREEN value IS 63 (25% from 255) = 24.51%

 BLUE value IS 189 (74.22% from 255) = 73.54%

R = 1.95%
G = 24.51%
B = 73.54%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#053FBD (or 0x053FBD) is known color: Cobalt. HEX triplet: 05, 3F and BD. RGB value is (5,63,189). Sum of RGB (Red+Green+Blue) = 5+63+189=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 63 (25% from 255 or 24.51% from 257); Blue value is 189 (74.22% from 255 or 73.54% from 257); Max value from RGB is 189 - color contains mainly: blue. Hex color #053FBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053FBD is #FAC042. Grayscale: #3B3B3B. Windows color (decimal): -16433219 or 12402437. OLE color: 12402437.

HSL color Cylindrical-coordinate representation of color #053FBD: hue angle of 221.09º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053FBD is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 5 63 189 -
CMYK 0.97 0.67 0 0.26
HSL 221.09º 0.95% 0.38% -
HSV(B) 221.09º 0.97% 0.74% -
XYZ 11.03 7.26 48.96 -
YUV 60.02 200.78 88.75 -
System Red Green Blue C M Y K H S L
Decimal 5 63 189 0.97 0.67 0 0.26 221.09 0.95 0.38
Hex 5 3F BD 61 43 0 1A DD 5F 26
Octal 5 77 275 141 103 0 32 335 137 46
Binary 101 111111 10111101 1100001 1000011 0 11010 11011101 1011111 100110

Color Harmonies of #053FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053FBD

Black with #053FBD

Text Example


Text Example

White with #053FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,63,189); }

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

background-color css

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

 a { background-color: rgb(5,63,189); }

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

border-color css

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

 span { border-color: rgb(5,63,189); }

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