Html Css Color HEX #022765 Sapphire

📋 copy color: '#022765'

red 2 ◦ green 39 ◦ blue 101

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

Shades of Sapphire #022765

Tints of Sapphire #022765

RGB

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

 GREEN value IS 39 (15.63% from 255) = 27.46%

 BLUE value IS 101 (39.84% from 255) = 71.13%

R = 1.41%
G = 27.46%
B = 71.13%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#022765 (or 0x022765) is known color: Sapphire. HEX triplet: 02, 27 and 65. RGB value is (2,39,101). Sum of RGB (Red+Green+Blue) = 2+39+101=142 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.41% from 142); Green value is 39 (15.62% from 255 or 27.46% from 142); Blue value is 101 (39.84% from 255 or 71.13% from 142); Max value from RGB is 101 - color contains mainly: blue. Hex color #022765 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022765 is #FDD89A. Grayscale: #222222. Windows color (decimal): -16636059 or 6629122. OLE color: 6629122.

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

Color convert

RGB 2 39 101 -
CMYK 0.98 0.61 0 0.60
HSL 217.58º 0.96% 0.2% -
HSV(B) 217.58º 0.98% 0.4% -
XYZ 3.1 2.4 12.61 -
YUV 35.01 165.24 104.46 -
System Red Green Blue C M Y K H S L
Decimal 2 39 101 0.98 0.61 0 0.60 217.58 0.96 0.2
Hex 2 27 65 62 3D 0 3C DA 60 14
Octal 2 47 145 142 75 0 74 332 140 24
Binary 10 100111 1100101 1100010 111101 0 111100 11011010 1100000 10100

Color Harmonies of #022765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022765

Black with #022765

Text Example


Text Example

White with #022765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022765; }

 p { color: rgb(2,39,101); }

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

background-color css

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

 a { background-color: rgb(2,39,101); }

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

border-color css

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

 span { border-color: rgb(2,39,101); }

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