Html Css Color HEX #022768 Sapphire

📋 copy color: '#022768'

red 2 ◦ green 39 ◦ blue 104

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

Shades of Sapphire #022768

Tints of Sapphire #022768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 71.72%

R = 1.38%
G = 26.9%
B = 71.72%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#022768 (or 0x022768) is known color: Sapphire. HEX triplet: 02, 27 and 68. RGB value is (2,39,104). Sum of RGB (Red+Green+Blue) = 2+39+104=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 39 (15.62% from 255 or 26.90% from 145); Blue value is 104 (41.02% from 255 or 71.72% from 145); Max value from RGB is 104 - color contains mainly: blue. Hex color #022768 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022768 is #FDD897. Grayscale: #232323. Windows color (decimal): -16636056 or 6825730. OLE color: 6825730.

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

Color convert

RGB 2 39 104 -
CMYK 0.98 0.62 0 0.59
HSL 218.24º 0.96% 0.21% -
HSV(B) 218.24º 0.98% 0.41% -
XYZ 3.25 2.46 13.4 -
YUV 35.35 166.74 104.21 -
System Red Green Blue C M Y K H S L
Decimal 2 39 104 0.98 0.62 0 0.59 218.24 0.96 0.21
Hex 2 27 68 62 3E 0 3B DA 60 15
Octal 2 47 150 142 76 0 73 332 140 25
Binary 10 100111 1101000 1100010 111110 0 111011 11011010 1100000 10101

Color Harmonies of #022768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022768

Black with #022768

Text Example


Text Example

White with #022768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022768; }

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

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

background-color css

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

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

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

border-color css

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

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

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