Html Css Color HEX #020D59 Sapphire

📋 copy color: '#020D59'

red 2 ◦ green 13 ◦ blue 89

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

Shades of Sapphire #020D59

Tints of Sapphire #020D59

RGB

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

 GREEN value IS 13 (5.47% from 255) = 12.5%

 BLUE value IS 89 (35.16% from 255) = 85.58%

R = 1.92%
G = 12.5%
B = 85.58%

CMYK

 C value IS 0.98

 M value IS 0.85

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#020D59 (or 0x020D59) is known color: Sapphire. HEX triplet: 02, 0D and 59. RGB value is (2,13,89). Sum of RGB (Red+Green+Blue) = 2+13+89=104 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.92% from 104); Green value is 13 (5.47% from 255 or 12.5% from 104); Blue value is 89 (35.16% from 255 or 85.58% from 104); Max value from RGB is 89 - color contains mainly: blue. Hex color #020D59 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020D59 is #FDF2A6. Grayscale: #121212. Windows color (decimal): -16642727 or 5836034. OLE color: 5836034.

HSL color Cylindrical-coordinate representation of color #020D59: hue angle of 232.41º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020D59 is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 2 13 89 -
CMYK 0.98 0.85 0 0.65
HSL 232.41º 0.96% 0.18% -
HSV(B) 232.41º 0.98% 0.35% -
XYZ 1.97 1.02 9.54 -
YUV 18.38 167.86 116.32 -
System Red Green Blue C M Y K H S L
Decimal 2 13 89 0.98 0.85 0 0.65 232.41 0.96 0.18
Hex 2 D 59 62 55 0 41 E8 60 12
Octal 2 15 131 142 125 0 101 350 140 22
Binary 10 1101 1011001 1100010 1010101 0 1000001 11101000 1100000 10010

Color Harmonies of #020D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020D59

Black with #020D59

Text Example


Text Example

White with #020D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020D59; }

 p { color: rgb(2,13,89); }

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

background-color css

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

 a { background-color: rgb(2,13,89); }

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

border-color css

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

 span { border-color: rgb(2,13,89); }

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