Html Css Color HEX #053CB3 Cobalt

📋 copy color: '#053CB3'

red 5 ◦ green 60 ◦ blue 179

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

Shades of Cobalt #053CB3

Tints of Cobalt #053CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 73.36%

R = 2.05%
G = 24.59%
B = 73.36%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#053CB3 (or 0x053CB3) is known color: Cobalt. HEX triplet: 05, 3C and B3. RGB value is (5,60,179). Sum of RGB (Red+Green+Blue) = 5+60+179=244 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.05% from 244); Green value is 60 (23.83% from 255 or 24.59% from 244); Blue value is 179 (70.31% from 255 or 73.36% from 244); Max value from RGB is 179 - color contains mainly: blue. Hex color #053CB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053CB3 is #FAC34C. Grayscale: #383838. Windows color (decimal): -16433997 or 11746309. OLE color: 11746309.

HSL color Cylindrical-coordinate representation of color #053CB3: hue angle of 221.03º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053CB3 is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 5 60 179 -
CMYK 0.97 0.66 0 0.30
HSL 221.03º 0.95% 0.36% -
HSV(B) 221.03º 0.97% 0.7% -
XYZ 9.82 6.52 43.39 -
YUV 57.12 196.78 90.82 -
System Red Green Blue C M Y K H S L
Decimal 5 60 179 0.97 0.66 0 0.30 221.03 0.95 0.36
Hex 5 3C B3 61 42 0 1E DD 5F 24
Octal 5 74 263 141 102 0 36 335 137 44
Binary 101 111100 10110011 1100001 1000010 0 11110 11011101 1011111 100100

Color Harmonies of #053CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053CB3

Black with #053CB3

Text Example


Text Example

White with #053CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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