#022367

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

Shades of Sapphire #022367

Tints of Sapphire #022367

Color information

#022367 (or 0x022367) is unknown color: approx Sapphire. HEX triplet: 02, 23 and 67. RGB value is (2,35,103). Sum of RGB (Red+Green+Blue) = 2+35+103=140 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.43% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 103 (40.62% from 255 or 73.57% from 140); Max value from RGB is 103 - color contains mainly: blue. Hex color #022367 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022367 is #FDDC98. Grayscale: #202020. Windows color (decimal): -16637081 or 6759170. OLE color: 6759170.

HSL color Cylindrical-coordinate representation of color #022367: hue angle of 220.4º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022367 is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB235103-
CMYK0.980.6600.60
HSL220.4º96.19%20.59%-
HSV(B)220.4º98.06%40.39%-
XYZ3.072.1913.09-
YUV32.88167.57105.97-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.43%
GREEN value IS 35 (14.06% from 255) = 25%
BLUE value IS 103 (40.62% from 255) = 73.57%
R=1.43%
G=25%
B=73.57%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2351030.980.6600.60220.496.1920.59
Hex22367624203Cdc6015
Octal24314714210207433414025
Binary10100011110011111000101000010011110011011100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022367; }

 p { color: rgb(2,35,103); }

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

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

 a { background-color: rgb(2,35,103); }

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

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

 span { border-color: rgb(2,35,103); }

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