Html Css Color HEX #053CBC Cobalt

📋 copy color: '#053CBC'

red 5 ◦ green 60 ◦ blue 188

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

Shades of Cobalt #053CBC

Tints of Cobalt #053CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 74.31%

R = 1.98%
G = 23.72%
B = 74.31%

CMYK

 C value IS 0.97

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#053CBC (or 0x053CBC) is known color: Cobalt. HEX triplet: 05, 3C and BC. RGB value is (5,60,188). Sum of RGB (Red+Green+Blue) = 5+60+188=253 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 188 (73.83% from 255 or 74.31% from 253); Max value from RGB is 188 - color contains mainly: blue. Hex color #053CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053CBC is #FAC343. Grayscale: #393939. Windows color (decimal): -16433988 or 12336133. OLE color: 12336133.

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

Color convert

RGB 5 60 188 -
CMYK 0.97 0.68 0 0.26
HSL 221.97º 0.95% 0.38% -
HSV(B) 221.97º 0.97% 0.74% -
XYZ 10.76 6.89 48.34 -
YUV 58.15 201.28 90.09 -
System Red Green Blue C M Y K H S L
Decimal 5 60 188 0.97 0.68 0 0.26 221.97 0.95 0.38
Hex 5 3C BC 61 44 0 1A DE 5F 26
Octal 5 74 274 141 104 0 32 336 137 46
Binary 101 111100 10111100 1100001 1000100 0 11010 11011110 1011111 100110

Color Harmonies of #053CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053CBC

Black with #053CBC

Text Example


Text Example

White with #053CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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