Html Css Color HEX #0440BE Cobalt

📋 copy color: '#0440BE'

red 4 ◦ green 64 ◦ blue 190

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

Shades of Cobalt #0440BE

Tints of Cobalt #0440BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 73.64%

R = 1.55%
G = 24.81%
B = 73.64%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0440BE (or 0x0440BE) is known color: Cobalt. HEX triplet: 04, 40 and BE. RGB value is (4,64,190). Sum of RGB (Red+Green+Blue) = 4+64+190=258 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.55% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 190 (74.61% from 255 or 73.64% from 258); Max value from RGB is 190 - color contains mainly: blue. Hex color #0440BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0440BE is #FBBF41. Grayscale: #3B3B3B. Windows color (decimal): -16498498 or 12468228. OLE color: 12468228.

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

Color convert

RGB 4 64 190 -
CMYK 0.98 0.66 0 0.25
HSL 220.65º 0.96% 0.38% -
HSV(B) 220.65º 0.98% 0.75% -
XYZ 11.18 7.41 49.56 -
YUV 60.42 201.12 87.75 -
System Red Green Blue C M Y K H S L
Decimal 4 64 190 0.98 0.66 0 0.25 220.65 0.96 0.38
Hex 4 40 BE 62 42 0 19 DD 60 26
Octal 4 100 276 142 102 0 31 335 140 46
Binary 100 1000000 10111110 1100010 1000010 0 11001 11011101 1100000 100110

Color Harmonies of #0440BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0440BE

Black with #0440BE

Text Example


Text Example

White with #0440BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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