Html Css Color HEX #044D9D Cobalt

📋 copy color: '#044D9D'

red 4 ◦ green 77 ◦ blue 157

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

Shades of Cobalt #044D9D

Tints of Cobalt #044D9D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.35%

 BLUE value IS 157 (61.72% from 255) = 65.97%

R = 1.68%
G = 32.35%
B = 65.97%

CMYK

 C value IS 0.97

 M value IS 0.51

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#044D9D (or 0x044D9D) is known color: Cobalt. HEX triplet: 04, 4D and 9D. RGB value is (4,77,157). Sum of RGB (Red+Green+Blue) = 4+77+157=238 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.68% from 238); Green value is 77 (30.47% from 255 or 32.35% from 238); Blue value is 157 (61.72% from 255 or 65.97% from 238); Max value from RGB is 157 - color contains mainly: blue. Hex color #044D9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044D9D is #FBB262. Grayscale: #3F3F3F. Windows color (decimal): -16495203 or 10308868. OLE color: 10308868.

HSL color Cylindrical-coordinate representation of color #044D9D: hue angle of 211.37º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044D9D is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 4 77 157 -
CMYK 0.97 0.51 0 0.38
HSL 211.37º 0.95% 0.32% -
HSV(B) 211.37º 0.97% 0.62% -
XYZ 8.79 7.77 32.93 -
YUV 64.29 180.32 85 -
System Red Green Blue C M Y K H S L
Decimal 4 77 157 0.97 0.51 0 0.38 211.37 0.95 0.32
Hex 4 4D 9D 61 33 0 26 D3 5F 20
Octal 4 115 235 141 63 0 46 323 137 40
Binary 100 1001101 10011101 1100001 110011 0 100110 11010011 1011111 100000

Color Harmonies of #044D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044D9D

Black with #044D9D

Text Example


Text Example

White with #044D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,77,157); }

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

background-color css

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

 a { background-color: rgb(4,77,157); }

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

border-color css

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

 span { border-color: rgb(4,77,157); }

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