Html Css Color HEX #044EC2 Cobalt

📋 copy color: '#044EC2'

red 4 ◦ green 78 ◦ blue 194

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

Shades of Cobalt #044EC2

Tints of Cobalt #044EC2

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.26%

 BLUE value IS 194 (76.17% from 255) = 70.29%

R = 1.45%
G = 28.26%
B = 70.29%

CMYK

 C value IS 0.98

 M value IS 0.60

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#044EC2 (or 0x044EC2) is known color: Cobalt. HEX triplet: 04, 4E and C2. RGB value is (4,78,194). Sum of RGB (Red+Green+Blue) = 4+78+194=276 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 276); Green value is 78 (30.86% from 255 or 28.26% from 276); Blue value is 194 (76.17% from 255 or 70.29% from 276); Max value from RGB is 194 - color contains mainly: blue. Hex color #044EC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044EC2 is #FBB13D. Grayscale: #444444. Windows color (decimal): -16494910 or 12733956. OLE color: 12733956.

HSL color Cylindrical-coordinate representation of color #044EC2: hue angle of 216.63º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044EC2 is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 4 78 194 -
CMYK 0.98 0.60 0 0.24
HSL 216.63º 0.96% 0.39% -
HSV(B) 216.63º 0.98% 0.76% -
XYZ 12.51 9.37 52.19 -
YUV 69.1 198.48 81.57 -
System Red Green Blue C M Y K H S L
Decimal 4 78 194 0.98 0.60 0 0.24 216.63 0.96 0.39
Hex 4 4E C2 62 3C 0 18 D9 60 27
Octal 4 116 302 142 74 0 30 331 140 47
Binary 100 1001110 11000010 1100010 111100 0 11000 11011001 1100000 100111

Color Harmonies of #044EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044EC2

Black with #044EC2

Text Example


Text Example

White with #044EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044EC2; }

 p { color: rgb(4,78,194); }

 H1.HeaderClassName
 {
   color: #044EC2;
 }
 .AnyTagClassName
 {
   color: #044EC2;
 }
</style>

background-color css

<style>
 a { background-color: #044EC2; }

 a { background-color: rgb(4,78,194); }

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

border-color css

<style>
 span { border-color: #044EC2; }

 span { border-color: rgb(4,78,194); }

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