Html Css Color HEX #012765 Sapphire

📋 copy color: '#012765'

red 1 ◦ green 39 ◦ blue 101

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

Shades of Sapphire #012765

Tints of Sapphire #012765

RGB

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

 GREEN value IS 39 (15.63% from 255) = 27.66%

 BLUE value IS 101 (39.84% from 255) = 71.63%

R = 0.71%
G = 27.66%
B = 71.63%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#012765 (or 0x012765) is known color: Sapphire. HEX triplet: 01, 27 and 65. RGB value is (1,39,101). Sum of RGB (Red+Green+Blue) = 1+39+101=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 39 (15.62% from 255 or 27.66% from 141); Blue value is 101 (39.84% from 255 or 71.63% from 141); Max value from RGB is 101 - color contains mainly: blue. Hex color #012765 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012765 is #FED89A. Grayscale: #222222. Windows color (decimal): -16701595 or 6629121. OLE color: 6629121.

HSL color Cylindrical-coordinate representation of color #012765: hue angle of 217.2º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012765 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 1 39 101 -
CMYK 0.99 0.61 0 0.60
HSL 217.2º 0.98% 0.2% -
HSV(B) 217.2º 0.99% 0.4% -
XYZ 3.09 2.4 12.61 -
YUV 34.71 165.41 103.96 -
System Red Green Blue C M Y K H S L
Decimal 1 39 101 0.99 0.61 0 0.60 217.2 0.98 0.2
Hex 1 27 65 63 3D 0 3C D9 62 14
Octal 1 47 145 143 75 0 74 331 142 24
Binary 1 100111 1100101 1100011 111101 0 111100 11011001 1100010 10100

Color Harmonies of #012765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012765

Black with #012765

Text Example


Text Example

White with #012765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012765; }

 p { color: rgb(1,39,101); }

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

background-color css

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

 a { background-color: rgb(1,39,101); }

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

border-color css

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

 span { border-color: rgb(1,39,101); }

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