Html Css Color HEX #020D54 Sapphire

📋 copy color: '#020D54'

red 2 ◦ green 13 ◦ blue 84

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

Shades of Sapphire #020D54

Tints of Sapphire #020D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 84.85%

R = 2.02%
G = 13.13%
B = 84.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

#020D54 (or 0x020D54) is known color: Sapphire. HEX triplet: 02, 0D and 54. RGB value is (2,13,84). Sum of RGB (Red+Green+Blue) = 2+13+84=99 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2.02% from 99); Green value is 13 (5.47% from 255 or 13.13% from 99); Blue value is 84 (33.20% from 255 or 84.85% from 99); Max value from RGB is 84 - color contains mainly: blue. Hex color #020D54 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020D54 is #FDF2AB. Grayscale: #111111. Windows color (decimal): -16642732 or 5508354. OLE color: 5508354.

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

Color convert

RGB 2 13 84 -
CMYK 0.98 0.85 0 0.67
HSL 231.95º 0.95% 0.17% -
HSV(B) 231.95º 0.98% 0.33% -
XYZ 1.77 0.94 8.48 -
YUV 17.81 165.36 116.73 -
System Red Green Blue C M Y K H S L
Decimal 2 13 84 0.98 0.85 0 0.67 231.95 0.95 0.17
Hex 2 D 54 62 55 0 43 E8 5F 11
Octal 2 15 124 142 125 0 103 350 137 21
Binary 10 1101 1010100 1100010 1010101 0 1000011 11101000 1011111 10001

Color Harmonies of #020D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020D54

Black with #020D54

Text Example


Text Example

White with #020D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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