Html Css Color HEX #0440AE Cobalt

📋 copy color: '#0440AE'

red 4 ◦ green 64 ◦ blue 174

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

Shades of Cobalt #0440AE

Tints of Cobalt #0440AE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.45%

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

R = 1.65%
G = 26.45%
B = 71.9%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0440AE (or 0x0440AE) is known color: Cobalt. HEX triplet: 04, 40 and AE. RGB value is (4,64,174). Sum of RGB (Red+Green+Blue) = 4+64+174=242 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 174 (68.36% from 255 or 71.90% from 242); Max value from RGB is 174 - color contains mainly: blue. Hex color #0440AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0440AE is #FBBF51. Grayscale: #3A3A3A. Windows color (decimal): -16498514 or 11419652. OLE color: 11419652.

HSL color Cylindrical-coordinate representation of color #0440AE: hue angle of 218.82º 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 #0440AE is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 4 64 174 -
CMYK 0.98 0.63 0 0.32
HSL 218.82º 0.96% 0.35% -
HSV(B) 218.82º 0.98% 0.68% -
XYZ 9.52 6.75 40.85 -
YUV 58.6 193.12 89.06 -
System Red Green Blue C M Y K H S L
Decimal 4 64 174 0.98 0.63 0 0.32 218.82 0.96 0.35
Hex 4 40 AE 62 3F 0 20 DB 60 23
Octal 4 100 256 142 77 0 40 333 140 43
Binary 100 1000000 10101110 1100010 111111 0 100000 11011011 1100000 100011

Color Harmonies of #0440AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0440AE

Black with #0440AE

Text Example


Text Example

White with #0440AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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