Html Css Color HEX #044E9A Cobalt

📋 copy color: '#044E9A'

red 4 ◦ green 78 ◦ blue 154

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

Shades of Cobalt #044E9A

Tints of Cobalt #044E9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 65.25%

R = 1.69%
G = 33.05%
B = 65.25%

CMYK

 C value IS 0.97

 M value IS 0.49

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#044E9A (or 0x044E9A) is known color: Cobalt. HEX triplet: 04, 4E and 9A. RGB value is (4,78,154). Sum of RGB (Red+Green+Blue) = 4+78+154=236 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 236); Green value is 78 (30.86% from 255 or 33.05% from 236); Blue value is 154 (60.55% from 255 or 65.25% from 236); Max value from RGB is 154 - color contains mainly: blue. Hex color #044E9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044E9A is #FBB165. Grayscale: #404040. Windows color (decimal): -16494950 or 10112516. OLE color: 10112516.

HSL color Cylindrical-coordinate representation of color #044E9A: hue angle of 210.4º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044E9A is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 4 78 154 -
CMYK 0.97 0.49 0 0.40
HSL 210.4º 0.95% 0.31% -
HSV(B) 210.4º 0.97% 0.6% -
XYZ 8.61 7.81 31.63 -
YUV 64.54 178.48 84.82 -
System Red Green Blue C M Y K H S L
Decimal 4 78 154 0.97 0.49 0 0.40 210.4 0.95 0.31
Hex 4 4E 9A 61 31 0 28 D2 5F 1F
Octal 4 116 232 141 61 0 50 322 137 37
Binary 100 1001110 10011010 1100001 110001 0 101000 11010010 1011111 11111

Color Harmonies of #044E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044E9A

Black with #044E9A

Text Example


Text Example

White with #044E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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