Html Css Color HEX #020C49 Sapphire

📋 copy color: '#020C49'

red 2 ◦ green 12 ◦ blue 73

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

Shades of Sapphire #020C49

Tints of Sapphire #020C49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 83.91%

R = 2.3%
G = 13.79%
B = 83.91%

CMYK

 C value IS 0.97

 M value IS 0.84

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#020C49 (or 0x020C49) is known color: Sapphire. HEX triplet: 02, 0C and 49. RGB value is (2,12,73). Sum of RGB (Red+Green+Blue) = 2+12+73=87 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.30% from 87); Green value is 12 (5.08% from 255 or 13.79% from 87); Blue value is 73 (28.91% from 255 or 83.91% from 87); Max value from RGB is 73 - color contains mainly: blue. Hex color #020C49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020C49 is #FDF3B6. Grayscale: #0F0F0F. Windows color (decimal): -16642999 or 4787202. OLE color: 4787202.

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

Color convert

RGB 2 12 73 -
CMYK 0.97 0.84 0 0.71
HSL 231.55º 0.95% 0.15% -
HSV(B) 231.55º 0.97% 0.29% -
XYZ 1.36 0.76 6.38 -
YUV 15.96 160.19 118.04 -
System Red Green Blue C M Y K H S L
Decimal 2 12 73 0.97 0.84 0 0.71 231.55 0.95 0.15
Hex 2 C 49 61 54 0 47 E8 5F F
Octal 2 14 111 141 124 0 107 350 137 17
Binary 10 1100 1001001 1100001 1010100 0 1000111 11101000 1011111 1111

Color Harmonies of #020C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020C49

Black with #020C49

Text Example


Text Example

White with #020C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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