Html Css Color HEX #0453BC Cobalt

📋 copy color: '#0453BC'

red 4 ◦ green 83 ◦ blue 188

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

Shades of Cobalt #0453BC

Tints of Cobalt #0453BC

RGB

 RED value IS 4 (1.95% from 255) = 1.45%

 GREEN value IS 83 (32.81% from 255) = 30.18%

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

R = 1.45%
G = 30.18%
B = 68.36%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0453BC (or 0x0453BC) is known color: Cobalt. HEX triplet: 04, 53 and BC. RGB value is (4,83,188). Sum of RGB (Red+Green+Blue) = 4+83+188=275 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 188 (73.83% from 255 or 68.36% from 275); Max value from RGB is 188 - color contains mainly: blue. Hex color #0453BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0453BC is #FBAC43. Grayscale: #464646. Windows color (decimal): -16493636 or 12342020. OLE color: 12342020.

HSL color Cylindrical-coordinate representation of color #0453BC: hue angle of 214.24º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0453BC is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 4 83 188 -
CMYK 0.98 0.56 0 0.26
HSL 214.24º 0.96% 0.38% -
HSV(B) 214.24º 0.98% 0.74% -
XYZ 12.22 9.84 48.83 -
YUV 71.35 193.83 79.96 -
System Red Green Blue C M Y K H S L
Decimal 4 83 188 0.98 0.56 0 0.26 214.24 0.96 0.38
Hex 4 53 BC 62 38 0 1A D6 60 26
Octal 4 123 274 142 70 0 32 326 140 46
Binary 100 1010011 10111100 1100010 111000 0 11010 11010110 1100000 100110

Color Harmonies of #0453BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0453BC

Black with #0453BC

Text Example


Text Example

White with #0453BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0453BC; }

 p { color: rgb(4,83,188); }

 H1.HeaderClassName
 {
   color: #0453BC;
 }
 .AnyTagClassName
 {
   color: #0453BC;
 }
</style>

background-color css

<style>
 a { background-color: #0453BC; }

 a { background-color: rgb(4,83,188); }

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

border-color css

<style>
 span { border-color: #0453BC; }

 span { border-color: rgb(4,83,188); }

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