Html Css Color HEX #020C5B Sapphire

📋 copy color: '#020C5B'

red 2 ◦ green 12 ◦ blue 91

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

Shades of Sapphire #020C5B

Tints of Sapphire #020C5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 86.67%

R = 1.9%
G = 11.43%
B = 86.67%

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

#020C5B (or 0x020C5B) is known color: Sapphire. HEX triplet: 02, 0C and 5B. RGB value is (2,12,91). Sum of RGB (Red+Green+Blue) = 2+12+91=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 12 (5.08% from 255 or 11.43% from 105); Blue value is 91 (35.94% from 255 or 86.67% from 105); Max value from RGB is 91 - color contains mainly: blue. Hex color #020C5B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020C5B is #FDF3A4. Grayscale: #111111. Windows color (decimal): -16642981 or 5966850. OLE color: 5966850.

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

Color convert

RGB 2 12 91 -
CMYK 0.98 0.87 0 0.64
HSL 233.26º 0.96% 0.18% -
HSV(B) 233.26º 0.98% 0.36% -
XYZ 2.04 1.03 9.99 -
YUV 18.02 169.19 116.58 -
System Red Green Blue C M Y K H S L
Decimal 2 12 91 0.98 0.87 0 0.64 233.26 0.96 0.18
Hex 2 C 5B 62 57 0 40 E9 60 12
Octal 2 14 133 142 127 0 100 351 140 22
Binary 10 1100 1011011 1100010 1010111 0 1000000 11101001 1100000 10010

Color Harmonies of #020C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020C5B

Black with #020C5B

Text Example


Text Example

White with #020C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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