Html Css Color HEX #044C98 Cobalt

📋 copy color: '#044C98'

red 4 ◦ green 76 ◦ blue 152

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

Shades of Cobalt #044C98

Tints of Cobalt #044C98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 65.52%

R = 1.72%
G = 32.76%
B = 65.52%

CMYK

 C value IS 0.97

 M value IS 0.50

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#044C98 (or 0x044C98) is known color: Cobalt. HEX triplet: 04, 4C and 98. RGB value is (4,76,152). Sum of RGB (Red+Green+Blue) = 4+76+152=232 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 232); Green value is 76 (30.08% from 255 or 32.76% from 232); Blue value is 152 (59.77% from 255 or 65.52% from 232); Max value from RGB is 152 - color contains mainly: blue. Hex color #044C98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044C98 is #FBB367. Grayscale: #3E3E3E. Windows color (decimal): -16495464 or 9980932. OLE color: 9980932.

HSL color Cylindrical-coordinate representation of color #044C98: hue angle of 210.81º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044C98 is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 4 76 152 -
CMYK 0.97 0.50 0 0.40
HSL 210.81º 0.95% 0.31% -
HSV(B) 210.81º 0.97% 0.6% -
XYZ 8.3 7.46 30.71 -
YUV 63.14 178.15 85.82 -
System Red Green Blue C M Y K H S L
Decimal 4 76 152 0.97 0.50 0 0.40 210.81 0.95 0.31
Hex 4 4C 98 61 32 0 28 D3 5F 1F
Octal 4 114 230 141 62 0 50 323 137 37
Binary 100 1001100 10011000 1100001 110010 0 101000 11010011 1011111 11111

Color Harmonies of #044C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044C98

Black with #044C98

Text Example


Text Example

White with #044C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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