Html Css Color HEX #012263 Sapphire

📋 copy color: '#012263'

red 1 ◦ green 34 ◦ blue 99

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

Shades of Sapphire #012263

Tints of Sapphire #012263

RGB

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

 GREEN value IS 34 (13.67% from 255) = 25.37%

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

R = 0.75%
G = 25.37%
B = 73.88%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#012263 (or 0x012263) is known color: Sapphire. HEX triplet: 01, 22 and 63. RGB value is (1,34,99). Sum of RGB (Red+Green+Blue) = 1+34+99=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 34 (13.67% from 255 or 25.37% from 134); Blue value is 99 (39.06% from 255 or 73.88% from 134); Max value from RGB is 99 - color contains mainly: blue. Hex color #012263 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012263 is #FEDD9C. Grayscale: #1F1F1F. Windows color (decimal): -16702877 or 6496769. OLE color: 6496769.

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

Color convert

RGB 1 34 99 -
CMYK 0.99 0.66 0 0.61
HSL 219.8º 0.98% 0.2% -
HSV(B) 219.8º 0.99% 0.39% -
XYZ 2.84 2.05 12.05 -
YUV 31.54 166.07 106.21 -
System Red Green Blue C M Y K H S L
Decimal 1 34 99 0.99 0.66 0 0.61 219.8 0.98 0.2
Hex 1 22 63 63 42 0 3D DC 62 14
Octal 1 42 143 143 102 0 75 334 142 24
Binary 1 100010 1100011 1100011 1000010 0 111101 11011100 1100010 10100

Color Harmonies of #012263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012263

Black with #012263

Text Example


Text Example

White with #012263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012263; }

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

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

background-color css

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

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

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

border-color css

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

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

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