#002C83

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

Shades of Smalt #002C83

Tints of Smalt #002C83

Color information

#002C83 (or 0x002C83) is unknown color: approx Smalt. HEX triplet: 00, 2C and 83. RGB value is (0,44,131). Sum of RGB (Red+Green+Blue) = 0+44+131=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 44 (17.58% from 255 or 25.14% from 175); Blue value is 131 (51.56% from 255 or 74.86% from 175); Max value from RGB is 131 - color contains mainly: blue. Hex color #002C83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002C83 is #FFD37C. Grayscale: #282828. Windows color (decimal): -16765821 or 8596480. OLE color: 8596480.

HSL color Cylindrical-coordinate representation of color #002C83: hue angle of 219.85º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002C83 is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB044131-
CMYK10.6600.49
HSL219.85º100%25.69%-
HSV(B)219.85º100%51.37%-
XYZ53.4421.87-
YUV40.76178.9298.93-

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) = 25.14%
BLUE value IS 131 (51.56% from 255) = 74.86%
R=0%
G=25.14%
B=74.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal04413110.6600.49219.8510025.69
Hex02C836442031dc641a
Octal05420314410206133414432
Binary01011001000001111001001000010011000111011100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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