#02146C

Color #02146C Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #02146C

Tints of Sapphire #02146C

Color information

#02146C (or 0x02146C) is unknown color: approx Sapphire. HEX triplet: 02, 14 and 6C. RGB value is (2,20,108). Sum of RGB (Red+Green+Blue) = 2+20+108=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 20 (8.20% from 255 or 15.38% from 130); Blue value is 108 (42.58% from 255 or 83.08% from 130); Max value from RGB is 108 - color contains mainly: blue. Hex color #02146C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02146C is #FDEB93. Grayscale: #181818. Windows color (decimal): -16640916 or 7083010. OLE color: 7083010.

HSL color Cylindrical-coordinate representation of color #02146C: hue angle of 229.81º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02146C is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB220108-
CMYK0.980.8100.58
HSL229.81º96.36%21.57%-
HSV(B)229.81º98.15%42.35%-
XYZ2.981.614.34-
YUV24.65175.04111.84-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.54%
GREEN value IS 20 (8.20% from 255) = 15.38%
BLUE value IS 108 (42.58% from 255) = 83.08%
R=1.54%
G=15.38%
B=83.08%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2201080.980.8100.58229.8196.3621.57
Hex2146C625103Ae66016
Octal22415414212107234614026
Binary1010100110110011000101010001011101011100110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02146C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02146C; }

 p { color: rgb(2,20,108); }

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

<style>
 a { background-color: #02146C; }

 a { background-color: rgb(2,20,108); }

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

<style>
 span { border-color: #02146C; }

 span { border-color: rgb(2,20,108); }

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