Html Css Color HEX #044FAB Cobalt

📋 copy color: '#044FAB'

red 4 ◦ green 79 ◦ blue 171

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

Shades of Cobalt #044FAB

Tints of Cobalt #044FAB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.1%

 BLUE value IS 171 (67.19% from 255) = 67.32%

R = 1.57%
G = 31.1%
B = 67.32%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#044FAB (or 0x044FAB) is known color: Cobalt. HEX triplet: 04, 4F and AB. RGB value is (4,79,171). Sum of RGB (Red+Green+Blue) = 4+79+171=254 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 254); Green value is 79 (31.25% from 255 or 31.10% from 254); Blue value is 171 (67.19% from 255 or 67.32% from 254); Max value from RGB is 171 - color contains mainly: blue. Hex color #044FAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044FAB is #FBB054. Grayscale: #424242. Windows color (decimal): -16494677 or 11226884. OLE color: 11226884.

HSL color Cylindrical-coordinate representation of color #044FAB: hue angle of 213.05º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044FAB is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 79 171 -
CMYK 0.98 0.54 0 0.33
HSL 213.05º 0.95% 0.34% -
HSV(B) 213.05º 0.98% 0.67% -
XYZ 10.2 8.56 39.64 -
YUV 67.06 186.65 83.02 -
System Red Green Blue C M Y K H S L
Decimal 4 79 171 0.98 0.54 0 0.33 213.05 0.95 0.34
Hex 4 4F AB 62 36 0 21 D5 5F 22
Octal 4 117 253 142 66 0 41 325 137 42
Binary 100 1001111 10101011 1100010 110110 0 100001 11010101 1011111 100010

Color Harmonies of #044FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044FAB

Black with #044FAB

Text Example


Text Example

White with #044FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,79,171); }

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

background-color css

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

 a { background-color: rgb(4,79,171); }

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

border-color css

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

 span { border-color: rgb(4,79,171); }

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