Html Css Color HEX #044C9D Cobalt

📋 copy color: '#044C9D'

red 4 ◦ green 76 ◦ blue 157

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

Shades of Cobalt #044C9D

Tints of Cobalt #044C9D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.07%

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

R = 1.69%
G = 32.07%
B = 66.24%

CMYK

 C value IS 0.97

 M value IS 0.52

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#044C9D (or 0x044C9D) is known color: Cobalt. HEX triplet: 04, 4C and 9D. RGB value is (4,76,157). Sum of RGB (Red+Green+Blue) = 4+76+157=237 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 237); Green value is 76 (30.08% from 255 or 32.07% from 237); Blue value is 157 (61.72% from 255 or 66.24% from 237); Max value from RGB is 157 - color contains mainly: blue. Hex color #044C9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044C9D is #FBB362. Grayscale: #3F3F3F. Windows color (decimal): -16495459 or 10308612. OLE color: 10308612.

HSL color Cylindrical-coordinate representation of color #044C9D: hue angle of 211.76º 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 #044C9D is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 4 76 157 -
CMYK 0.97 0.52 0 0.38
HSL 211.76º 0.95% 0.32% -
HSV(B) 211.76º 0.97% 0.62% -
XYZ 8.72 7.63 32.91 -
YUV 63.71 180.65 85.41 -
System Red Green Blue C M Y K H S L
Decimal 4 76 157 0.97 0.52 0 0.38 211.76 0.95 0.32
Hex 4 4C 9D 61 34 0 26 D4 5F 20
Octal 4 114 235 141 64 0 46 324 137 40
Binary 100 1001100 10011101 1100001 110100 0 100110 11010100 1011111 100000

Color Harmonies of #044C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044C9D

Black with #044C9D

Text Example


Text Example

White with #044C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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