Html Css Color HEX #020C61 Sapphire

📋 copy color: '#020C61'

red 2 ◦ green 12 ◦ blue 97

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

Shades of Sapphire #020C61

Tints of Sapphire #020C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 87.39%

R = 1.8%
G = 10.81%
B = 87.39%

CMYK

 C value IS 0.98

 M value IS 0.88

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#020C61 (or 0x020C61) is known color: Sapphire. HEX triplet: 02, 0C and 61. RGB value is (2,12,97). Sum of RGB (Red+Green+Blue) = 2+12+97=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 12 (5.08% from 255 or 10.81% from 111); Blue value is 97 (38.28% from 255 or 87.39% from 111); Max value from RGB is 97 - color contains mainly: blue. Hex color #020C61 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020C61 is #FDF39E. Grayscale: #121212. Windows color (decimal): -16642975 or 6360066. OLE color: 6360066.

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

Color convert

RGB 2 12 97 -
CMYK 0.98 0.88 0 0.62
HSL 233.68º 0.96% 0.19% -
HSV(B) 233.68º 0.98% 0.38% -
XYZ 2.31 1.14 11.41 -
YUV 18.7 172.19 116.09 -
System Red Green Blue C M Y K H S L
Decimal 2 12 97 0.98 0.88 0 0.62 233.68 0.96 0.19
Hex 2 C 61 62 58 0 3E EA 60 13
Octal 2 14 141 142 130 0 76 352 140 23
Binary 10 1100 1100001 1100010 1011000 0 111110 11101010 1100000 10011

Color Harmonies of #020C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020C61

Black with #020C61

Text Example


Text Example

White with #020C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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