Html Css Color HEX #020D5A Sapphire

📋 copy color: '#020D5A'

red 2 ◦ green 13 ◦ blue 90

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

Shades of Sapphire #020D5A

Tints of Sapphire #020D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 85.71%

R = 1.9%
G = 12.38%
B = 85.71%

CMYK

 C value IS 0.98

 M value IS 0.86

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#020D5A (or 0x020D5A) is known color: Sapphire. HEX triplet: 02, 0D and 5A. RGB value is (2,13,90). Sum of RGB (Red+Green+Blue) = 2+13+90=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 13 (5.47% from 255 or 12.38% from 105); Blue value is 90 (35.55% from 255 or 85.71% from 105); Max value from RGB is 90 - color contains mainly: blue. Hex color #020D5A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020D5A is #FDF2A5. Grayscale: #121212. Windows color (decimal): -16642726 or 5901570. OLE color: 5901570.

HSL color Cylindrical-coordinate representation of color #020D5A: hue angle of 232.5º 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 #020D5A is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 2 13 90 -
CMYK 0.98 0.86 0 0.65
HSL 232.5º 0.96% 0.18% -
HSV(B) 232.5º 0.98% 0.35% -
XYZ 2.01 1.04 9.77 -
YUV 18.49 168.36 116.24 -
System Red Green Blue C M Y K H S L
Decimal 2 13 90 0.98 0.86 0 0.65 232.5 0.96 0.18
Hex 2 D 5A 62 56 0 41 E8 60 12
Octal 2 15 132 142 126 0 101 350 140 22
Binary 10 1101 1011010 1100010 1010110 0 1000001 11101000 1100000 10010

Color Harmonies of #020D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020D5A

Black with #020D5A

Text Example


Text Example

White with #020D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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