Html Css Color HEX #044EBA Cobalt

📋 copy color: '#044EBA'

red 4 ◦ green 78 ◦ blue 186

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

Shades of Cobalt #044EBA

Tints of Cobalt #044EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 69.4%

R = 1.49%
G = 29.1%
B = 69.4%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#044EBA (or 0x044EBA) is known color: Cobalt. HEX triplet: 04, 4E and BA. RGB value is (4,78,186). Sum of RGB (Red+Green+Blue) = 4+78+186=268 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 268); Green value is 78 (30.86% from 255 or 29.10% from 268); Blue value is 186 (73.05% from 255 or 69.40% from 268); Max value from RGB is 186 - color contains mainly: blue. Hex color #044EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044EBA is #FBB145. Grayscale: #434343. Windows color (decimal): -16494918 or 12209668. OLE color: 12209668.

HSL color Cylindrical-coordinate representation of color #044EBA: hue angle of 215.6º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044EBA is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 4 78 186 -
CMYK 0.98 0.58 0 0.27
HSL 215.6º 0.96% 0.37% -
HSV(B) 215.6º 0.98% 0.73% -
XYZ 11.64 9.02 47.58 -
YUV 68.19 194.48 82.22 -
System Red Green Blue C M Y K H S L
Decimal 4 78 186 0.98 0.58 0 0.27 215.6 0.96 0.37
Hex 4 4E BA 62 3A 0 1B D8 60 25
Octal 4 116 272 142 72 0 33 330 140 45
Binary 100 1001110 10111010 1100010 111010 0 11011 11011000 1100000 100101

Color Harmonies of #044EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044EBA

Black with #044EBA

Text Example


Text Example

White with #044EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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