Html Css Color HEX #002C95 Smalt

📋 copy color: '#002C95'

red 0 ◦ green 44 ◦ blue 149

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

Shades of Smalt #002C95

Tints of Smalt #002C95

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.8%

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

R = 0%
G = 22.8%
B = 77.2%

CMYK

 C value IS 1

 M value IS 0.70

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#002C95 (or 0x002C95) is known color: Smalt. HEX triplet: 00, 2C and 95. RGB value is (0,44,149). Sum of RGB (Red+Green+Blue) = 0+44+149=193 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 193); Green value is 44 (17.58% from 255 or 22.80% from 193); Blue value is 149 (58.59% from 255 or 77.20% from 193); Max value from RGB is 149 - color contains mainly: blue. Hex color #002C95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002C95 is #FFD36A. Grayscale: #2A2A2A. Windows color (decimal): -16765803 or 9776128. OLE color: 9776128.

HSL color Cylindrical-coordinate representation of color #002C95: hue angle of 222.28º 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 #002C95 is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 44 149 -
CMYK 1 0.70 0 0.42
HSL 222.28º 1% 0.29% -
HSV(B) 222.28º 1% 0.58% -
XYZ 6.33 3.97 28.87 -
YUV 42.81 187.92 97.46 -
System Red Green Blue C M Y K H S L
Decimal 0 44 149 1 0.70 0 0.42 222.28 1 0.29
Hex 0 2C 95 64 46 0 2A DE 64 1D
Octal 0 54 225 144 106 0 52 336 144 35
Binary 0 101100 10010101 1100100 1000110 0 101010 11011110 1100100 11101

Color Harmonies of #002C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002C95

Black with #002C95

Text Example


Text Example

White with #002C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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