Html Css Color HEX #044BAE Cobalt

📋 copy color: '#044BAE'

red 4 ◦ green 75 ◦ blue 174

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

Shades of Cobalt #044BAE

Tints of Cobalt #044BAE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.64%

 BLUE value IS 174 (68.36% from 255) = 68.77%

R = 1.58%
G = 29.64%
B = 68.77%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#044BAE (or 0x044BAE) is known color: Cobalt. HEX triplet: 04, 4B and AE. RGB value is (4,75,174). Sum of RGB (Red+Green+Blue) = 4+75+174=253 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.58% from 253); Green value is 75 (29.69% from 255 or 29.64% from 253); Blue value is 174 (68.36% from 255 or 68.77% from 253); Max value from RGB is 174 - color contains mainly: blue. Hex color #044BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044BAE is #FBB451. Grayscale: #404040. Windows color (decimal): -16495698 or 11422468. OLE color: 11422468.

HSL color Cylindrical-coordinate representation of color #044BAE: hue angle of 214.94º degrees, saturation: 0.96, 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 #044BAE is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 4 75 174 -
CMYK 0.98 0.57 0 0.32
HSL 214.94º 0.96% 0.35% -
HSV(B) 214.94º 0.98% 0.68% -
XYZ 10.21 8.11 41.07 -
YUV 65.06 189.48 84.45 -
System Red Green Blue C M Y K H S L
Decimal 4 75 174 0.98 0.57 0 0.32 214.94 0.96 0.35
Hex 4 4B AE 62 39 0 20 D7 60 23
Octal 4 113 256 142 71 0 40 327 140 43
Binary 100 1001011 10101110 1100010 111001 0 100000 11010111 1100000 100011

Color Harmonies of #044BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044BAE

Black with #044BAE

Text Example


Text Example

White with #044BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,75,174); }

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

background-color css

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

 a { background-color: rgb(4,75,174); }

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

border-color css

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

 span { border-color: rgb(4,75,174); }

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