Html Css Color HEX #0450C0 Cobalt

📋 copy color: '#0450C0'

red 4 ◦ green 80 ◦ blue 192

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

Shades of Cobalt #0450C0

Tints of Cobalt #0450C0

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.99%

 BLUE value IS 192 (75.39% from 255) = 69.57%

R = 1.45%
G = 28.99%
B = 69.57%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0450C0 (or 0x0450C0) is known color: Cobalt. HEX triplet: 04, 50 and C0. RGB value is (4,80,192). Sum of RGB (Red+Green+Blue) = 4+80+192=276 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 192 (75.39% from 255 or 69.57% from 276); Max value from RGB is 192 - color contains mainly: blue. Hex color #0450C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0450C0 is #FBAF3F. Grayscale: #454545. Windows color (decimal): -16494400 or 12603396. OLE color: 12603396.

HSL color Cylindrical-coordinate representation of color #0450C0: hue angle of 215.74º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0450C0 is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 4 80 192 -
CMYK 0.98 0.58 0 0.25
HSL 215.74º 0.96% 0.38% -
HSV(B) 215.74º 0.98% 0.75% -
XYZ 12.43 9.57 51.06 -
YUV 70.04 196.82 80.89 -
System Red Green Blue C M Y K H S L
Decimal 4 80 192 0.98 0.58 0 0.25 215.74 0.96 0.38
Hex 4 50 C0 62 3A 0 19 D8 60 26
Octal 4 120 300 142 72 0 31 330 140 46
Binary 100 1010000 11000000 1100010 111010 0 11001 11011000 1100000 100110

Color Harmonies of #0450C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0450C0

Black with #0450C0

Text Example


Text Example

White with #0450C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0450C0; }

 p { color: rgb(4,80,192); }

 H1.HeaderClassName
 {
   color: #0450C0;
 }
 .AnyTagClassName
 {
   color: #0450C0;
 }
</style>

background-color css

<style>
 a { background-color: #0450C0; }

 a { background-color: rgb(4,80,192); }

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

border-color css

<style>
 span { border-color: #0450C0; }

 span { border-color: rgb(4,80,192); }

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