Html Css Color HEX #012364 Sapphire

📋 copy color: '#012364'

red 1 ◦ green 35 ◦ blue 100

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

Shades of Sapphire #012364

Tints of Sapphire #012364

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25.74%

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

R = 0.74%
G = 25.74%
B = 73.53%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#012364 (or 0x012364) is known color: Sapphire. HEX triplet: 01, 23 and 64. RGB value is (1,35,100). Sum of RGB (Red+Green+Blue) = 1+35+100=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 35 (14.06% from 255 or 25.74% from 136); Blue value is 100 (39.45% from 255 or 73.53% from 136); Max value from RGB is 100 - color contains mainly: blue. Hex color #012364 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012364 is #FEDC9B. Grayscale: #1F1F1F. Windows color (decimal): -16702620 or 6562561. OLE color: 6562561.

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

Color convert

RGB 1 35 100 -
CMYK 0.99 0.65 0 0.61
HSL 219.39º 0.98% 0.2% -
HSV(B) 219.39º 0.99% 0.39% -
XYZ 2.91 2.13 12.31 -
YUV 32.24 166.24 105.71 -
System Red Green Blue C M Y K H S L
Decimal 1 35 100 0.99 0.65 0 0.61 219.39 0.98 0.2
Hex 1 23 64 63 41 0 3D DB 62 14
Octal 1 43 144 143 101 0 75 333 142 24
Binary 1 100011 1100100 1100011 1000001 0 111101 11011011 1100010 10100

Color Harmonies of #012364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012364

Black with #012364

Text Example


Text Example

White with #012364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012364; }

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

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

background-color css

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

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

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

border-color css

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

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

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