#002F9E

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

Shades of Smalt #002F9E

Tints of Smalt #002F9E

Color information

#002F9E (or 0x002F9E) is unknown color: approx Smalt. HEX triplet: 00, 2F and 9E. RGB value is (0,47,158). Sum of RGB (Red+Green+Blue) = 0+47+158=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 47 (18.75% from 255 or 22.93% from 205); Blue value is 158 (62.11% from 255 or 77.07% from 205); Max value from RGB is 158 - color contains mainly: blue. Hex color #002F9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002F9E is #FFD061. Grayscale: #2D2D2D. Windows color (decimal): -16765026 or 10366720. OLE color: 10366720.

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

Color convert

RGB047158-
CMYK10.7000.38
HSL222.15º100%30.98%-
HSV(B)222.15º100%61.96%-
XYZ7.194.532.84-
YUV45.6191.4395.47-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 47 (18.75% from 255) = 22.93%
BLUE value IS 158 (62.11% from 255) = 77.07%
R=0%
G=22.93%
B=77.07%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal04715810.7000.38222.1510030.98
Hex02F9E6446026de641f
Octal05723614410604633614437
Binary01011111001111011001001000110010011011011110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,47,158); }

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

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

 a { background-color: rgb(0,47,158); }

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

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

 span { border-color: rgb(0,47,158); }

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