Html Css Color HEX #004C95 Cobalt

📋 copy color: '#004C95'

red 0 ◦ green 76 ◦ blue 149

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

Shades of Cobalt #004C95

Tints of Cobalt #004C95

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 33.78%
B = 66.22%

CMYK

 C value IS 1

 M value IS 0.49

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#004C95 (or 0x004C95) is known color: Cobalt. HEX triplet: 00, 4C and 95. RGB value is (0,76,149). Sum of RGB (Red+Green+Blue) = 0+76+149=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 149 (58.59% from 255 or 66.22% from 225); Max value from RGB is 149 - color contains mainly: blue. Hex color #004C95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004C95 is #FFB36A. Grayscale: #3D3D3D. Windows color (decimal): -16757611 or 9784320. OLE color: 9784320.

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

Color convert

RGB 0 76 149 -
CMYK 1 0.49 0 0.42
HSL 209.4º 1% 0.29% -
HSV(B) 209.4º 1% 0.58% -
XYZ 8.01 7.34 29.43 -
YUV 61.6 177.32 84.06 -
System Red Green Blue C M Y K H S L
Decimal 0 76 149 1 0.49 0 0.42 209.4 1 0.29
Hex 0 4C 95 64 31 0 2A D1 64 1D
Octal 0 114 225 144 61 0 52 321 144 35
Binary 0 1001100 10010101 1100100 110001 0 101010 11010001 1100100 11101

Color Harmonies of #004C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004C95

Black with #004C95

Text Example


Text Example

White with #004C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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