Html Css Color HEX #012463 Sapphire

📋 copy color: '#012463'

red 1 ◦ green 36 ◦ blue 99

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

Shades of Sapphire #012463

Tints of Sapphire #012463

RGB

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

 GREEN value IS 36 (14.45% from 255) = 26.47%

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

R = 0.74%
G = 26.47%
B = 72.79%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#012463 (or 0x012463) is known color: Sapphire. HEX triplet: 01, 24 and 63. RGB value is (1,36,99). Sum of RGB (Red+Green+Blue) = 1+36+99=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 36 (14.45% from 255 or 26.47% from 136); Blue value is 99 (39.06% from 255 or 72.79% from 136); Max value from RGB is 99 - color contains mainly: blue. Hex color #012463 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012463 is #FEDB9C. Grayscale: #202020. Windows color (decimal): -16702365 or 6497281. OLE color: 6497281.

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

Color convert

RGB 1 36 99 -
CMYK 0.99 0.64 0 0.61
HSL 218.57º 0.98% 0.2% -
HSV(B) 218.57º 0.99% 0.39% -
XYZ 2.9 2.17 12.07 -
YUV 32.72 165.4 105.38 -
System Red Green Blue C M Y K H S L
Decimal 1 36 99 0.99 0.64 0 0.61 218.57 0.98 0.2
Hex 1 24 63 63 40 0 3D DB 62 14
Octal 1 44 143 143 100 0 75 333 142 24
Binary 1 100100 1100011 1100011 1000000 0 111101 11011011 1100010 10100

Color Harmonies of #012463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012463

Black with #012463

Text Example


Text Example

White with #012463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012463; }

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

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

background-color css

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

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

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

border-color css

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

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

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