Html Css Color HEX #053EBD Cobalt

📋 copy color: '#053EBD'

red 5 ◦ green 62 ◦ blue 189

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

Shades of Cobalt #053EBD

Tints of Cobalt #053EBD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.22%

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

R = 1.95%
G = 24.22%
B = 73.83%

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

#053EBD (or 0x053EBD) is known color: Cobalt. HEX triplet: 05, 3E and BD. RGB value is (5,62,189). Sum of RGB (Red+Green+Blue) = 5+62+189=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 62 (24.61% from 255 or 24.22% from 256); Blue value is 189 (74.22% from 255 or 73.83% from 256); Max value from RGB is 189 - color contains mainly: blue. Hex color #053EBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053EBD is #FAC142. Grayscale: #3A3A3A. Windows color (decimal): -16433475 or 12402181. OLE color: 12402181.

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

Color convert

RGB 5 62 189 -
CMYK 0.97 0.67 0 0.26
HSL 221.41º 0.95% 0.38% -
HSV(B) 221.41º 0.97% 0.74% -
XYZ 10.97 7.15 48.95 -
YUV 59.44 201.12 89.17 -
System Red Green Blue C M Y K H S L
Decimal 5 62 189 0.97 0.67 0 0.26 221.41 0.95 0.38
Hex 5 3E BD 61 43 0 1A DD 5F 26
Octal 5 76 275 141 103 0 32 335 137 46
Binary 101 111110 10111101 1100001 1000011 0 11010 11011101 1011111 100110

Color Harmonies of #053EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053EBD

Black with #053EBD

Text Example


Text Example

White with #053EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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