Html Css Color HEX #020D55 Sapphire

📋 copy color: '#020D55'

red 2 ◦ green 13 ◦ blue 85

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

Shades of Sapphire #020D55

Tints of Sapphire #020D55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 85%

R = 2%
G = 13%
B = 85%

CMYK

 C value IS 0.98

 M value IS 0.85

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#020D55 (or 0x020D55) is known color: Sapphire. HEX triplet: 02, 0D and 55. RGB value is (2,13,85). Sum of RGB (Red+Green+Blue) = 2+13+85=100 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2% from 100); Green value is 13 (5.47% from 255 or 13% from 100); Blue value is 85 (33.59% from 255 or 85% from 100); Max value from RGB is 85 - color contains mainly: blue. Hex color #020D55 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020D55 is #FDF2AA. Grayscale: #111111. Windows color (decimal): -16642731 or 5573890. OLE color: 5573890.

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

Color convert

RGB 2 13 85 -
CMYK 0.98 0.85 0 0.67
HSL 232.05º 0.95% 0.17% -
HSV(B) 232.05º 0.98% 0.33% -
XYZ 1.81 0.96 8.68 -
YUV 17.92 165.86 116.65 -
System Red Green Blue C M Y K H S L
Decimal 2 13 85 0.98 0.85 0 0.67 232.05 0.95 0.17
Hex 2 D 55 62 55 0 43 E8 5F 11
Octal 2 15 125 142 125 0 103 350 137 21
Binary 10 1101 1010101 1100010 1010101 0 1000011 11101000 1011111 10001

Color Harmonies of #020D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020D55

Black with #020D55

Text Example


Text Example

White with #020D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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