Html Css Color HEX #020649 Sapphire

📋 copy color: '#020649'

red 2 ◦ green 6 ◦ blue 73

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

Shades of Sapphire #020649

Tints of Sapphire #020649

RGB

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

 GREEN value IS 6 (2.73% from 255) = 7.41%

 BLUE value IS 73 (28.91% from 255) = 90.12%

R = 2.47%
G = 7.41%
B = 90.12%

CMYK

 C value IS 0.97

 M value IS 0.92

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#020649 (or 0x020649) is known color: Sapphire. HEX triplet: 02, 06 and 49. RGB value is (2,6,73). Sum of RGB (Red+Green+Blue) = 2+6+73=81 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.47% from 81); Green value is 6 (2.73% from 255 or 7.41% from 81); Blue value is 73 (28.91% from 255 or 90.12% from 81); Max value from RGB is 73 - color contains mainly: blue. Hex color #020649 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020649 is #FDF9B6. Grayscale: #0C0C0C. Windows color (decimal): -16644535 or 4785666. OLE color: 4785666.

HSL color Cylindrical-coordinate representation of color #020649: hue angle of 236.62º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020649 is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 2 6 73 -
CMYK 0.97 0.92 0 0.71
HSL 236.62º 0.95% 0.15% -
HSV(B) 236.62º 0.97% 0.29% -
XYZ 1.29 0.62 6.36 -
YUV 12.44 162.17 120.55 -
System Red Green Blue C M Y K H S L
Decimal 2 6 73 0.97 0.92 0 0.71 236.62 0.95 0.15
Hex 2 6 49 61 5C 0 47 ED 5F F
Octal 2 6 111 141 134 0 107 355 137 17
Binary 10 110 1001001 1100001 1011100 0 1000111 11101101 1011111 1111

Color Harmonies of #020649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020649

Black with #020649

Text Example


Text Example

White with #020649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020649; }

 p { color: rgb(2,6,73); }

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

background-color css

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

 a { background-color: rgb(2,6,73); }

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

border-color css

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

 span { border-color: rgb(2,6,73); }

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