Html Css Color HEX #012963 Sapphire

📋 copy color: '#012963'

red 1 ◦ green 41 ◦ blue 99

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

Shades of Sapphire #012963

Tints of Sapphire #012963

RGB

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

 GREEN value IS 41 (16.41% from 255) = 29.08%

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

R = 0.71%
G = 29.08%
B = 70.21%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#012963 (or 0x012963) is known color: Sapphire. HEX triplet: 01, 29 and 63. RGB value is (1,41,99). Sum of RGB (Red+Green+Blue) = 1+41+99=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 41 (16.41% from 255 or 29.08% from 141); Blue value is 99 (39.06% from 255 or 70.21% from 141); Max value from RGB is 99 - color contains mainly: blue. Hex color #012963 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012963 is #FED69C. Grayscale: #232323. Windows color (decimal): -16701085 or 6498561. OLE color: 6498561.

HSL color Cylindrical-coordinate representation of color #012963: hue angle of 215.51º 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 #012963 is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 1 41 99 -
CMYK 0.99 0.59 0 0.61
HSL 215.51º 0.98% 0.2% -
HSV(B) 215.51º 0.99% 0.39% -
XYZ 3.06 2.49 12.12 -
YUV 35.65 163.75 103.28 -
System Red Green Blue C M Y K H S L
Decimal 1 41 99 0.99 0.59 0 0.61 215.51 0.98 0.2
Hex 1 29 63 63 3B 0 3D D8 62 14
Octal 1 51 143 143 73 0 75 330 142 24
Binary 1 101001 1100011 1100011 111011 0 111101 11011000 1100010 10100

Color Harmonies of #012963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012963

Black with #012963

Text Example


Text Example

White with #012963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012963; }

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

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

background-color css

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

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

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

border-color css

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

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

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