Html Css Color HEX #022664 Sapphire

📋 copy color: '#022664'

red 2 ◦ green 38 ◦ blue 100

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

Shades of Sapphire #022664

Tints of Sapphire #022664

RGB

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

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

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

R = 1.43%
G = 27.14%
B = 71.43%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#022664 (or 0x022664) is known color: Sapphire. HEX triplet: 02, 26 and 64. RGB value is (2,38,100). Sum of RGB (Red+Green+Blue) = 2+38+100=140 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.43% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 100 (39.45% from 255 or 71.43% from 140); Max value from RGB is 100 - color contains mainly: blue. Hex color #022664 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022664 is #FDD99B. Grayscale: #222222. Windows color (decimal): -16636316 or 6563330. OLE color: 6563330.

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

Color convert

RGB 2 38 100 -
CMYK 0.98 0.62 0 0.61
HSL 217.96º 0.96% 0.2% -
HSV(B) 217.96º 0.98% 0.39% -
XYZ 3.02 2.32 12.35 -
YUV 34.3 165.07 104.96 -
System Red Green Blue C M Y K H S L
Decimal 2 38 100 0.98 0.62 0 0.61 217.96 0.96 0.2
Hex 2 26 64 62 3E 0 3D DA 60 14
Octal 2 46 144 142 76 0 75 332 140 24
Binary 10 100110 1100100 1100010 111110 0 111101 11011010 1100000 10100

Color Harmonies of #022664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022664

Black with #022664

Text Example


Text Example

White with #022664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022664; }

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

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

background-color css

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

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

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

border-color css

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

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

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