Html Css Color HEX #020C54 Sapphire

📋 copy color: '#020C54'

red 2 ◦ green 12 ◦ blue 84

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

Shades of Sapphire #020C54

Tints of Sapphire #020C54

RGB

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

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

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

R = 2.04%
G = 12.24%
B = 85.71%

CMYK

 C value IS 0.98

 M value IS 0.86

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#020C54 (or 0x020C54) is known color: Sapphire. HEX triplet: 02, 0C and 54. RGB value is (2,12,84). Sum of RGB (Red+Green+Blue) = 2+12+84=98 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.04% from 98); Green value is 12 (5.08% from 255 or 12.24% from 98); Blue value is 84 (33.20% from 255 or 85.71% from 98); Max value from RGB is 84 - color contains mainly: blue. Hex color #020C54 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020C54 is #FDF3AB. Grayscale: #101010. Windows color (decimal): -16642988 or 5508098. OLE color: 5508098.

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

Color convert

RGB 2 12 84 -
CMYK 0.98 0.86 0 0.67
HSL 232.68º 0.95% 0.17% -
HSV(B) 232.68º 0.98% 0.33% -
XYZ 1.76 0.92 8.47 -
YUV 17.22 165.69 117.15 -
System Red Green Blue C M Y K H S L
Decimal 2 12 84 0.98 0.86 0 0.67 232.68 0.95 0.17
Hex 2 C 54 62 56 0 43 E9 5F 11
Octal 2 14 124 142 126 0 103 351 137 21
Binary 10 1100 1010100 1100010 1010110 0 1000011 11101001 1011111 10001

Color Harmonies of #020C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020C54

Black with #020C54

Text Example


Text Example

White with #020C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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