Html Css Color HEX #044C95 Cobalt

📋 copy color: '#044C95'

red 4 ◦ green 76 ◦ blue 149

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

Shades of Cobalt #044C95

Tints of Cobalt #044C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 65.07%

R = 1.75%
G = 33.19%
B = 65.07%

CMYK

 C value IS 0.97

 M value IS 0.49

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#044C95 (or 0x044C95) is known color: Cobalt. HEX triplet: 04, 4C and 95. RGB value is (4,76,149). Sum of RGB (Red+Green+Blue) = 4+76+149=229 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 229); Green value is 76 (30.08% from 255 or 33.19% from 229); Blue value is 149 (58.59% from 255 or 65.07% from 229); Max value from RGB is 149 - color contains mainly: blue. Hex color #044C95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044C95 is #FBB36A. Grayscale: #3E3E3E. Windows color (decimal): -16495467 or 9784324. OLE color: 9784324.

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

Color convert

RGB 4 76 149 -
CMYK 0.97 0.49 0 0.42
HSL 210.21º 0.95% 0.3% -
HSV(B) 210.21º 0.97% 0.58% -
XYZ 8.06 7.36 29.43 -
YUV 62.79 176.65 86.06 -
System Red Green Blue C M Y K H S L
Decimal 4 76 149 0.97 0.49 0 0.42 210.21 0.95 0.3
Hex 4 4C 95 61 31 0 2A D2 5F 1E
Octal 4 114 225 141 61 0 52 322 137 36
Binary 100 1001100 10010101 1100001 110001 0 101010 11010010 1011111 11110

Color Harmonies of #044C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044C95

Black with #044C95

Text Example


Text Example

White with #044C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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