#02369B

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

Shades of Smalt #02369B

Tints of Smalt #02369B

Color information

#02369B (or 0x02369B) is unknown color: approx Smalt. HEX triplet: 02, 36 and 9B. RGB value is (2,54,155). Sum of RGB (Red+Green+Blue) = 2+54+155=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 54 (21.48% from 255 or 25.59% from 211); Blue value is 155 (60.94% from 255 or 73.46% from 211); Max value from RGB is 155 - color contains mainly: blue. Hex color #02369B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02369B is #FDC964. Grayscale: #313131. Windows color (decimal): -16632165 or 10171906. OLE color: 10171906.

HSL color Cylindrical-coordinate representation of color #02369B: hue angle of 219.61º 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 #02369B is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB254155-
CMYK0.990.6500.39
HSL219.61º97.45%30.78%-
HSV(B)219.61º98.71%60.78%-
XYZ7.265.0231.6-
YUV49.97187.2793.79-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.95%
GREEN value IS 54 (21.48% from 255) = 25.59%
BLUE value IS 155 (60.94% from 255) = 73.46%
R=0.95%
G=25.59%
B=73.46%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal2541550.990.6500.39219.6197.4530.78
Hex2369B6341027dc611f
Octal26623314310104733414137
Binary101101101001101111000111000001010011111011100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02369B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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