Html Css Color HEX #053DBA Cobalt

📋 copy color: '#053DBA'

red 5 ◦ green 61 ◦ blue 186

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

Shades of Cobalt #053DBA

Tints of Cobalt #053DBA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.21%

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

R = 1.98%
G = 24.21%
B = 73.81%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#053DBA (or 0x053DBA) is known color: Cobalt. HEX triplet: 05, 3D and BA. RGB value is (5,61,186). Sum of RGB (Red+Green+Blue) = 5+61+186=252 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 252); Green value is 61 (24.22% from 255 or 24.21% from 252); Blue value is 186 (73.05% from 255 or 73.81% from 252); Max value from RGB is 186 - color contains mainly: blue. Hex color #053DBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053DBA is #FAC245. Grayscale: #393939. Windows color (decimal): -16433734 or 12205317. OLE color: 12205317.

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

Color convert

RGB 5 61 186 -
CMYK 0.97 0.67 0 0.27
HSL 221.44º 0.95% 0.37% -
HSV(B) 221.44º 0.97% 0.73% -
XYZ 10.59 6.91 47.23 -
YUV 58.51 199.95 89.84 -
System Red Green Blue C M Y K H S L
Decimal 5 61 186 0.97 0.67 0 0.27 221.44 0.95 0.37
Hex 5 3D BA 61 43 0 1B DD 5F 25
Octal 5 75 272 141 103 0 33 335 137 45
Binary 101 111101 10111010 1100001 1000011 0 11011 11011101 1011111 100101

Color Harmonies of #053DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053DBA

Black with #053DBA

Text Example


Text Example

White with #053DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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