#002C9C

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

Shades of Smalt #002C9C

Tints of Smalt #002C9C

Color information

#002C9C (or 0x002C9C) is unknown color: approx Smalt. HEX triplet: 00, 2C and 9C. RGB value is (0,44,156). Sum of RGB (Red+Green+Blue) = 0+44+156=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 44 (17.58% from 255 or 22% from 200); Blue value is 156 (61.33% from 255 or 78% from 200); Max value from RGB is 156 - color contains mainly: blue. Hex color #002C9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002C9C is #FFD363. Grayscale: #2B2B2B. Windows color (decimal): -16765796 or 10234880. OLE color: 10234880.

HSL color Cylindrical-coordinate representation of color #002C9C: hue angle of 223.08º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002C9C is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB044156-
CMYK10.7200.39
HSL223.08º100%30.59%-
HSV(B)223.08º100%61.18%-
XYZ6.94.231.9-
YUV43.61191.4296.89-

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%
BLUE value IS 156 (61.33% from 255) = 78%
R=0%
G=22%
B=78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal04415610.7200.39223.0810030.59
Hex02C9C6448027df641f
Octal05423414411004733714437
Binary01011001001110011001001001000010011111011111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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