Html Css Color HEX #012360 Sapphire

📋 copy color: '#012360'

red 1 ◦ green 35 ◦ blue 96

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

Shades of Sapphire #012360

Tints of Sapphire #012360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 72.73%

R = 0.76%
G = 26.52%
B = 72.73%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#012360 (or 0x012360) is known color: Sapphire. HEX triplet: 01, 23 and 60. RGB value is (1,35,96). Sum of RGB (Red+Green+Blue) = 1+35+96=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 35 (14.06% from 255 or 26.52% from 132); Blue value is 96 (37.89% from 255 or 72.73% from 132); Max value from RGB is 96 - color contains mainly: blue. Hex color #012360 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012360 is #FEDC9F. Grayscale: #1F1F1F. Windows color (decimal): -16702624 or 6300417. OLE color: 6300417.

HSL color Cylindrical-coordinate representation of color #012360: hue angle of 218.53º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012360 is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 35 96 -
CMYK 0.99 0.64 0 0.62
HSL 218.53º 0.98% 0.19% -
HSV(B) 218.53º 0.99% 0.38% -
XYZ 2.72 2.05 11.32 -
YUV 31.79 164.24 106.04 -
System Red Green Blue C M Y K H S L
Decimal 1 35 96 0.99 0.64 0 0.62 218.53 0.98 0.19
Hex 1 23 60 63 40 0 3E DB 62 13
Octal 1 43 140 143 100 0 76 333 142 23
Binary 1 100011 1100000 1100011 1000000 0 111110 11011011 1100010 10011

Color Harmonies of #012360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012360

Black with #012360

Text Example


Text Example

White with #012360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012360; }

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

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

background-color css

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

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

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

border-color css

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

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

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