Html Css Color HEX #0440AA Cobalt

📋 copy color: '#0440AA'

red 4 ◦ green 64 ◦ blue 170

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

Shades of Cobalt #0440AA

Tints of Cobalt #0440AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 71.43%

R = 1.68%
G = 26.89%
B = 71.43%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0440AA (or 0x0440AA) is known color: Cobalt. HEX triplet: 04, 40 and AA. RGB value is (4,64,170). Sum of RGB (Red+Green+Blue) = 4+64+170=238 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.68% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 170 (66.80% from 255 or 71.43% from 238); Max value from RGB is 170 - color contains mainly: blue. Hex color #0440AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0440AA is #FBBF55. Grayscale: #393939. Windows color (decimal): -16498518 or 11157508. OLE color: 11157508.

HSL color Cylindrical-coordinate representation of color #0440AA: hue angle of 218.31º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0440AA is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 64 170 -
CMYK 0.98 0.62 0 0.33
HSL 218.31º 0.95% 0.34% -
HSV(B) 218.31º 0.98% 0.67% -
XYZ 9.14 6.59 38.82 -
YUV 58.14 191.12 89.38 -
System Red Green Blue C M Y K H S L
Decimal 4 64 170 0.98 0.62 0 0.33 218.31 0.95 0.34
Hex 4 40 AA 62 3E 0 21 DA 5F 22
Octal 4 100 252 142 76 0 41 332 137 42
Binary 100 1000000 10101010 1100010 111110 0 100001 11011010 1011111 100010

Color Harmonies of #0440AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0440AA

Black with #0440AA

Text Example


Text Example

White with #0440AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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