#02279B

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

Shades of Smalt #02279B

Tints of Smalt #02279B

Color information

#02279B (or 0x02279B) is unknown color: approx Smalt. HEX triplet: 02, 27 and 9B. RGB value is (2,39,155). Sum of RGB (Red+Green+Blue) = 2+39+155=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 39 (15.62% from 255 or 19.90% from 196); Blue value is 155 (60.94% from 255 or 79.08% from 196); Max value from RGB is 155 - color contains mainly: blue. Hex color #02279B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02279B is #FDD864. Grayscale: #282828. Windows color (decimal): -16636005 or 10168066. OLE color: 10168066.

HSL color Cylindrical-coordinate representation of color #02279B: hue angle of 225.49º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02279B is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB239155-
CMYK0.990.7500.39
HSL225.49º97.45%30.78%-
HSV(B)225.49º98.71%60.78%-
XYZ6.673.8331.4-
YUV41.16192.24100.07-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.02%
GREEN value IS 39 (15.62% from 255) = 19.90%
BLUE value IS 155 (60.94% from 255) = 79.08%
R=1.02%
G=19.90%
B=79.08%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal2391550.990.7500.39225.4997.4530.78
Hex2279B634B027e1611f
Octal24723314311304734114137
Binary101001111001101111000111001011010011111100001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02279B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02279B; }

 p { color: rgb(2,39,155); }

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

<style>
 a { background-color: #02279B; }

 a { background-color: rgb(2,39,155); }

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

<style>
 span { border-color: #02279B; }

 span { border-color: rgb(2,39,155); }

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