Html Css Color HEX #012464 Sapphire

📋 copy color: '#012464'

red 1 ◦ green 36 ◦ blue 100

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

Shades of Sapphire #012464

Tints of Sapphire #012464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 72.99%

R = 0.73%
G = 26.28%
B = 72.99%

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

#012464 (or 0x012464) is known color: Sapphire. HEX triplet: 01, 24 and 64. RGB value is (1,36,100). Sum of RGB (Red+Green+Blue) = 1+36+100=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 36 (14.45% from 255 or 26.28% from 137); Blue value is 100 (39.45% from 255 or 72.99% from 137); Max value from RGB is 100 - color contains mainly: blue. Hex color #012464 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012464 is #FEDB9B. Grayscale: #202020. Windows color (decimal): -16702364 or 6562817. OLE color: 6562817.

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

Color convert

RGB 1 36 100 -
CMYK 0.99 0.64 0 0.61
HSL 218.79º 0.98% 0.2% -
HSV(B) 218.79º 0.99% 0.39% -
XYZ 2.94 2.19 12.32 -
YUV 32.83 165.9 105.3 -
System Red Green Blue C M Y K H S L
Decimal 1 36 100 0.99 0.64 0 0.61 218.79 0.98 0.2
Hex 1 24 64 63 40 0 3D DB 62 14
Octal 1 44 144 143 100 0 75 333 142 24
Binary 1 100100 1100100 1100011 1000000 0 111101 11011011 1100010 10100

Color Harmonies of #012464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012464

Black with #012464

Text Example


Text Example

White with #012464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012464; }

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

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

background-color css

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

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

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

border-color css

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

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

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