Html Css Color HEX #012063 Sapphire

📋 copy color: '#012063'

red 1 ◦ green 32 ◦ blue 99

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

Shades of Sapphire #012063

Tints of Sapphire #012063

RGB

 RED value IS 1 (0.78% from 255) = 0.76%

 GREEN value IS 32 (12.89% from 255) = 24.24%

 BLUE value IS 99 (39.06% from 255) = 75%

R = 0.76%
G = 24.24%
B = 75%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#012063 (or 0x012063) is known color: Sapphire. HEX triplet: 01, 20 and 63. RGB value is (1,32,99). Sum of RGB (Red+Green+Blue) = 1+32+99=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 32 (12.89% from 255 or 24.24% from 132); Blue value is 99 (39.06% from 255 or 75% from 132); Max value from RGB is 99 - color contains mainly: blue. Hex color #012063 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012063 is #FEDF9C. Grayscale: #1E1E1E. Windows color (decimal): -16703389 or 6496257. OLE color: 6496257.

HSL color Cylindrical-coordinate representation of color #012063: hue angle of 221.02º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012063 is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 1 32 99 -
CMYK 0.99 0.68 0 0.61
HSL 221.02º 0.98% 0.2% -
HSV(B) 221.02º 0.99% 0.39% -
XYZ 2.78 1.94 12.03 -
YUV 30.37 166.73 107.05 -
System Red Green Blue C M Y K H S L
Decimal 1 32 99 0.99 0.68 0 0.61 221.02 0.98 0.2
Hex 1 20 63 63 44 0 3D DD 62 14
Octal 1 40 143 143 104 0 75 335 142 24
Binary 1 100000 1100011 1100011 1000100 0 111101 11011101 1100010 10100

Color Harmonies of #012063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012063

Black with #012063

Text Example


Text Example

White with #012063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012063; }

 p { color: rgb(1,32,99); }

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

background-color css

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

 a { background-color: rgb(1,32,99); }

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

border-color css

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

 span { border-color: rgb(1,32,99); }

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