Html Css Color HEX #022563 Sapphire

📋 copy color: '#022563'

red 2 ◦ green 37 ◦ blue 99

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

Shades of Sapphire #022563

Tints of Sapphire #022563

RGB

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

 GREEN value IS 37 (14.84% from 255) = 26.81%

 BLUE value IS 99 (39.06% from 255) = 71.74%

R = 1.45%
G = 26.81%
B = 71.74%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#022563 (or 0x022563) is known color: Sapphire. HEX triplet: 02, 25 and 63. RGB value is (2,37,99). Sum of RGB (Red+Green+Blue) = 2+37+99=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 99 (39.06% from 255 or 71.74% from 138); Max value from RGB is 99 - color contains mainly: blue. Hex color #022563 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022563 is #FDDA9C. Grayscale: #212121. Windows color (decimal): -16636573 or 6497538. OLE color: 6497538.

HSL color Cylindrical-coordinate representation of color #022563: hue angle of 218.35º 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 #022563 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 2 37 99 -
CMYK 0.98 0.63 0 0.61
HSL 218.35º 0.96% 0.2% -
HSV(B) 218.35º 0.98% 0.39% -
XYZ 2.94 2.24 12.08 -
YUV 33.6 164.9 105.46 -
System Red Green Blue C M Y K H S L
Decimal 2 37 99 0.98 0.63 0 0.61 218.35 0.96 0.2
Hex 2 25 63 62 3F 0 3D DA 60 14
Octal 2 45 143 142 77 0 75 332 140 24
Binary 10 100101 1100011 1100010 111111 0 111101 11011010 1100000 10100

Color Harmonies of #022563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022563

Black with #022563

Text Example


Text Example

White with #022563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022563; }

 p { color: rgb(2,37,99); }

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

background-color css

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

 a { background-color: rgb(2,37,99); }

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

border-color css

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

 span { border-color: rgb(2,37,99); }

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