#002C98

Color #002C98 Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #002C98

Tints of Smalt #002C98

Color information

#002C98 (or 0x002C98) is unknown color: approx Smalt. HEX triplet: 00, 2C and 98. RGB value is (0,44,152). Sum of RGB (Red+Green+Blue) = 0+44+152=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 44 (17.58% from 255 or 22.45% from 196); Blue value is 152 (59.77% from 255 or 77.55% from 196); Max value from RGB is 152 - color contains mainly: blue. Hex color #002C98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002C98 is #FFD367. Grayscale: #2A2A2A. Windows color (decimal): -16765800 or 9972736. OLE color: 9972736.

HSL color Cylindrical-coordinate representation of color #002C98: hue angle of 222.63º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002C98 is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB044152-
CMYK10.7100.40
HSL222.63º100%29.8%-
HSV(B)222.63º100%59.61%-
XYZ6.574.0730.14-
YUV43.16189.4297.22-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 44 (17.58% from 255) = 22.45%
BLUE value IS 152 (59.77% from 255) = 77.55%
R=0%
G=22.45%
B=77.55%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal04415210.7100.40222.6310029.8
Hex02C986447028df641e
Octal05423014410705033714436
Binary01011001001100011001001000111010100011011111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #002C98;
 }
 .AnyTagClassName
 {
   color: #002C98;
 }
</style>
background-color css

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

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

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

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

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

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