Html Css Color HEX #022668 Sapphire

📋 copy color: '#022668'

red 2 ◦ green 38 ◦ blue 104

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

Shades of Sapphire #022668

Tints of Sapphire #022668

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.39%

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

R = 1.39%
G = 26.39%
B = 72.22%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#022668 (or 0x022668) is known color: Sapphire. HEX triplet: 02, 26 and 68. RGB value is (2,38,104). Sum of RGB (Red+Green+Blue) = 2+38+104=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 38 (15.23% from 255 or 26.39% from 144); Blue value is 104 (41.02% from 255 or 72.22% from 144); Max value from RGB is 104 - color contains mainly: blue. Hex color #022668 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022668 is #FDD997. Grayscale: #222222. Windows color (decimal): -16636312 or 6825474. OLE color: 6825474.

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

Color convert

RGB 2 38 104 -
CMYK 0.98 0.63 0 0.59
HSL 218.82º 0.96% 0.21% -
HSV(B) 218.82º 0.98% 0.41% -
XYZ 3.22 2.4 13.39 -
YUV 34.76 167.07 104.63 -
System Red Green Blue C M Y K H S L
Decimal 2 38 104 0.98 0.63 0 0.59 218.82 0.96 0.21
Hex 2 26 68 62 3F 0 3B DB 60 15
Octal 2 46 150 142 77 0 73 333 140 25
Binary 10 100110 1101000 1100010 111111 0 111011 11011011 1100000 10101

Color Harmonies of #022668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022668

Black with #022668

Text Example


Text Example

White with #022668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022668; }

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

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

background-color css

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

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

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

border-color css

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

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

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