Html Css Color HEX #0440AD Cobalt

📋 copy color: '#0440AD'

red 4 ◦ green 64 ◦ blue 173

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

Shades of Cobalt #0440AD

Tints of Cobalt #0440AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 71.78%

R = 1.66%
G = 26.56%
B = 71.78%

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

#0440AD (or 0x0440AD) is known color: Cobalt. HEX triplet: 04, 40 and AD. RGB value is (4,64,173). Sum of RGB (Red+Green+Blue) = 4+64+173=241 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.66% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 173 (67.97% from 255 or 71.78% from 241); Max value from RGB is 173 - color contains mainly: blue. Hex color #0440AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0440AD is #FBBF52. Grayscale: #393939. Windows color (decimal): -16498515 or 11354116. OLE color: 11354116.

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

Color convert

RGB 4 64 173 -
CMYK 0.98 0.63 0 0.32
HSL 218.7º 0.95% 0.35% -
HSV(B) 218.7º 0.98% 0.68% -
XYZ 9.43 6.71 40.33 -
YUV 58.49 192.62 89.14 -
System Red Green Blue C M Y K H S L
Decimal 4 64 173 0.98 0.63 0 0.32 218.7 0.95 0.35
Hex 4 40 AD 62 3F 0 20 DB 5F 23
Octal 4 100 255 142 77 0 40 333 137 43
Binary 100 1000000 10101101 1100010 111111 0 100000 11011011 1011111 100011

Color Harmonies of #0440AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0440AD

Black with #0440AD

Text Example


Text Example

White with #0440AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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