Html Css Color HEX #020D4D Sapphire

📋 copy color: '#020D4D'

red 2 ◦ green 13 ◦ blue 77

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

Shades of Sapphire #020D4D

Tints of Sapphire #020D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 83.7%

R = 2.17%
G = 14.13%
B = 83.7%

CMYK

 C value IS 0.97

 M value IS 0.83

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#020D4D (or 0x020D4D) is known color: Sapphire. HEX triplet: 02, 0D and 4D. RGB value is (2,13,77). Sum of RGB (Red+Green+Blue) = 2+13+77=92 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.17% from 92); Green value is 13 (5.47% from 255 or 14.13% from 92); Blue value is 77 (30.47% from 255 or 83.70% from 92); Max value from RGB is 77 - color contains mainly: blue. Hex color #020D4D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020D4D is #FDF2B2. Grayscale: #101010. Windows color (decimal): -16642739 or 5049602. OLE color: 5049602.

HSL color Cylindrical-coordinate representation of color #020D4D: hue angle of 231.2º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020D4D is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 2 13 77 -
CMYK 0.97 0.83 0 0.70
HSL 231.2º 0.95% 0.15% -
HSV(B) 231.2º 0.97% 0.3% -
XYZ 1.51 0.84 7.1 -
YUV 17.01 161.86 117.3 -
System Red Green Blue C M Y K H S L
Decimal 2 13 77 0.97 0.83 0 0.70 231.2 0.95 0.15
Hex 2 D 4D 61 53 0 46 E7 5F F
Octal 2 15 115 141 123 0 106 347 137 17
Binary 10 1101 1001101 1100001 1010011 0 1000110 11100111 1011111 1111

Color Harmonies of #020D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020D4D

Black with #020D4D

Text Example


Text Example

White with #020D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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