Html Css Color HEX #020D53 Sapphire

📋 copy color: '#020D53'

red 2 ◦ green 13 ◦ blue 83

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

Shades of Sapphire #020D53

Tints of Sapphire #020D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 84.69%

R = 2.04%
G = 13.27%
B = 84.69%

CMYK

 C value IS 0.98

 M value IS 0.84

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#020D53 (or 0x020D53) is known color: Sapphire. HEX triplet: 02, 0D and 53. RGB value is (2,13,83). Sum of RGB (Red+Green+Blue) = 2+13+83=98 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.04% from 98); Green value is 13 (5.47% from 255 or 13.27% from 98); Blue value is 83 (32.81% from 255 or 84.69% from 98); Max value from RGB is 83 - color contains mainly: blue. Hex color #020D53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020D53 is #FDF2AC. Grayscale: #111111. Windows color (decimal): -16642733 or 5442818. OLE color: 5442818.

HSL color Cylindrical-coordinate representation of color #020D53: hue angle of 231.85º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020D53 is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 2 13 83 -
CMYK 0.98 0.84 0 0.67
HSL 231.85º 0.95% 0.17% -
HSV(B) 231.85º 0.98% 0.33% -
XYZ 1.73 0.93 8.27 -
YUV 17.69 164.86 116.81 -
System Red Green Blue C M Y K H S L
Decimal 2 13 83 0.98 0.84 0 0.67 231.85 0.95 0.17
Hex 2 D 53 62 54 0 43 E8 5F 11
Octal 2 15 123 142 124 0 103 350 137 21
Binary 10 1101 1010011 1100010 1010100 0 1000011 11101000 1011111 10001

Color Harmonies of #020D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020D53

Black with #020D53

Text Example


Text Example

White with #020D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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