Html Css Color HEX #012351 Sapphire

📋 copy color: '#012351'

red 1 ◦ green 35 ◦ blue 81

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

Shades of Sapphire #012351

Tints of Sapphire #012351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 69.23%

R = 0.85%
G = 29.91%
B = 69.23%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#012351 (or 0x012351) is known color: Sapphire. HEX triplet: 01, 23 and 51. RGB value is (1,35,81). Sum of RGB (Red+Green+Blue) = 1+35+81=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 35 (14.06% from 255 or 29.91% from 117); Blue value is 81 (32.03% from 255 or 69.23% from 117); Max value from RGB is 81 - color contains mainly: blue. Hex color #012351 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012351 is #FEDCAE. Grayscale: #1D1D1D. Windows color (decimal): -16702639 or 5317377. OLE color: 5317377.

HSL color Cylindrical-coordinate representation of color #012351: hue angle of 214.5º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012351 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 1 35 81 -
CMYK 0.99 0.57 0 0.68
HSL 214.5º 0.98% 0.16% -
HSV(B) 214.5º 0.99% 0.32% -
XYZ 2.1 1.8 8.02 -
YUV 30.08 156.74 107.26 -
System Red Green Blue C M Y K H S L
Decimal 1 35 81 0.99 0.57 0 0.68 214.5 0.98 0.16
Hex 1 23 51 63 39 0 44 D6 62 10
Octal 1 43 121 143 71 0 104 326 142 20
Binary 1 100011 1010001 1100011 111001 0 1000100 11010110 1100010 10000

Color Harmonies of #012351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012351

Black with #012351

Text Example


Text Example

White with #012351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012351; }

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

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

background-color css

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

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

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

border-color css

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

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

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