Html Css Color HEX #0450AE Cobalt

📋 copy color: '#0450AE'

red 4 ◦ green 80 ◦ blue 174

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

Shades of Cobalt #0450AE

Tints of Cobalt #0450AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 67.44%

R = 1.55%
G = 31.01%
B = 67.44%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0450AE (or 0x0450AE) is known color: Cobalt. HEX triplet: 04, 50 and AE. RGB value is (4,80,174). Sum of RGB (Red+Green+Blue) = 4+80+174=258 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.55% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 174 (68.36% from 255 or 67.44% from 258); Max value from RGB is 174 - color contains mainly: blue. Hex color #0450AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0450AE is #FBAF51. Grayscale: #434343. Windows color (decimal): -16494418 or 11423748. OLE color: 11423748.

HSL color Cylindrical-coordinate representation of color #0450AE: hue angle of 213.18º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0450AE is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 4 80 174 -
CMYK 0.98 0.54 0 0.32
HSL 213.18º 0.96% 0.35% -
HSV(B) 213.18º 0.98% 0.68% -
XYZ 10.56 8.82 41.19 -
YUV 67.99 187.82 82.36 -
System Red Green Blue C M Y K H S L
Decimal 4 80 174 0.98 0.54 0 0.32 213.18 0.96 0.35
Hex 4 50 AE 62 36 0 20 D5 60 23
Octal 4 120 256 142 66 0 40 325 140 43
Binary 100 1010000 10101110 1100010 110110 0 100000 11010101 1100000 100011

Color Harmonies of #0450AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0450AE

Black with #0450AE

Text Example


Text Example

White with #0450AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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