Html Css Color HEX #022164 Sapphire

📋 copy color: '#022164'

red 2 ◦ green 33 ◦ blue 100

#022164
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #022164

Tints of Sapphire #022164

RGB

 RED value IS 2 (1.17% from 255) = 1.48%

 GREEN value IS 33 (13.28% from 255) = 24.44%

 BLUE value IS 100 (39.45% from 255) = 74.07%

R = 1.48%
G = 24.44%
B = 74.07%

CMYK

 C value IS 0.98

 M value IS 0.67

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#022164 (or 0x022164) is known color: Sapphire. HEX triplet: 02, 21 and 64. RGB value is (2,33,100). Sum of RGB (Red+Green+Blue) = 2+33+100=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 100 (39.45% from 255 or 74.07% from 135); Max value from RGB is 100 - color contains mainly: blue. Hex color #022164 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022164 is #FDDE9B. Grayscale: #1F1F1F. Windows color (decimal): -16637596 or 6562050. OLE color: 6562050.

HSL color Cylindrical-coordinate representation of color #022164: hue angle of 221.02º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022164 is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 2 33 100 -
CMYK 0.98 0.67 0 0.61
HSL 221.02º 0.96% 0.2% -
HSV(B) 221.02º 0.98% 0.39% -
XYZ 2.87 2.02 12.3 -
YUV 31.37 166.73 107.05 -
System Red Green Blue C M Y K H S L
Decimal 2 33 100 0.98 0.67 0 0.61 221.02 0.96 0.2
Hex 2 21 64 62 43 0 3D DD 60 14
Octal 2 41 144 142 103 0 75 335 140 24
Binary 10 100001 1100100 1100010 1000011 0 111101 11011101 1100000 10100

Color Harmonies of #022164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022164

Black with #022164

Text Example


Text Example

White with #022164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022164; }

 p { color: rgb(2,33,100); }

 H1.HeaderClassName
 {
   color: #022164;
 }
 .AnyTagClassName
 {
   color: #022164;
 }
</style>

background-color css

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

 a { background-color: rgb(2,33,100); }

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

border-color css

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

 span { border-color: rgb(2,33,100); }

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