#002F92

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

Shades of Smalt #002F92

Tints of Smalt #002F92

Color information

#002F92 (or 0x002F92) is unknown color: approx Smalt. HEX triplet: 00, 2F and 92. RGB value is (0,47,146). Sum of RGB (Red+Green+Blue) = 0+47+146=193 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 193); Green value is 47 (18.75% from 255 or 24.35% from 193); Blue value is 146 (57.42% from 255 or 75.65% from 193); Max value from RGB is 146 - color contains mainly: blue. Hex color #002F92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002F92 is #FFD06D. Grayscale: #2B2B2B. Windows color (decimal): -16765038 or 9580288. OLE color: 9580288.

HSL color Cylindrical-coordinate representation of color #002F92: hue angle of 220.68º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002F92 is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB047146-
CMYK10.6800.43
HSL220.68º100%28.63%-
HSV(B)220.68º100%57.25%-
XYZ6.24.1127.66-
YUV44.23185.4396.45-

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) = 24.35%
BLUE value IS 146 (57.42% from 255) = 75.65%
R=0%
G=24.35%
B=75.65%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal04714610.6800.43220.6810028.63
Hex02F92644402Bdd641d
Octal05722214410405333514435
Binary01011111001001011001001000100010101111011101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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