Html Css Color HEX #020C5D Sapphire

📋 copy color: '#020C5D'

red 2 ◦ green 12 ◦ blue 93

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

Shades of Sapphire #020C5D

Tints of Sapphire #020C5D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 11.21%

 BLUE value IS 93 (36.72% from 255) = 86.92%

R = 1.87%
G = 11.21%
B = 86.92%

CMYK

 C value IS 0.98

 M value IS 0.87

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#020C5D (or 0x020C5D) is known color: Sapphire. HEX triplet: 02, 0C and 5D. RGB value is (2,12,93). Sum of RGB (Red+Green+Blue) = 2+12+93=107 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.87% from 107); Green value is 12 (5.08% from 255 or 11.21% from 107); Blue value is 93 (36.72% from 255 or 86.92% from 107); Max value from RGB is 93 - color contains mainly: blue. Hex color #020C5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020C5D is #FDF3A2. Grayscale: #111111. Windows color (decimal): -16642979 or 6097922. OLE color: 6097922.

HSL color Cylindrical-coordinate representation of color #020C5D: hue angle of 233.41º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020C5D is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 2 12 93 -
CMYK 0.98 0.87 0 0.64
HSL 233.41º 0.96% 0.19% -
HSV(B) 233.41º 0.98% 0.36% -
XYZ 2.13 1.07 10.45 -
YUV 18.24 170.19 116.41 -
System Red Green Blue C M Y K H S L
Decimal 2 12 93 0.98 0.87 0 0.64 233.41 0.96 0.19
Hex 2 C 5D 62 57 0 40 E9 60 13
Octal 2 14 135 142 127 0 100 351 140 23
Binary 10 1100 1011101 1100010 1010111 0 1000000 11101001 1100000 10011

Color Harmonies of #020C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020C5D

Black with #020C5D

Text Example


Text Example

White with #020C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,12,93); }

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

background-color css

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

 a { background-color: rgb(2,12,93); }

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

border-color css

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

 span { border-color: rgb(2,12,93); }

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