Html Css Color HEX #012761 Sapphire

📋 copy color: '#012761'

red 1 ◦ green 39 ◦ blue 97

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

Shades of Sapphire #012761

Tints of Sapphire #012761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 70.8%

R = 0.73%
G = 28.47%
B = 70.8%

CMYK

 C value IS 0.99

 M value IS 0.60

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#012761 (or 0x012761) is known color: Sapphire. HEX triplet: 01, 27 and 61. RGB value is (1,39,97). Sum of RGB (Red+Green+Blue) = 1+39+97=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 39 (15.62% from 255 or 28.47% from 137); Blue value is 97 (38.28% from 255 or 70.80% from 137); Max value from RGB is 97 - color contains mainly: blue. Hex color #012761 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012761 is #FED89E. Grayscale: #212121. Windows color (decimal): -16701599 or 6366977. OLE color: 6366977.

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

Color convert

RGB 1 39 97 -
CMYK 0.99 0.60 0 0.62
HSL 216.25º 0.98% 0.19% -
HSV(B) 216.25º 0.99% 0.38% -
XYZ 2.9 2.32 11.6 -
YUV 34.25 163.41 104.28 -
System Red Green Blue C M Y K H S L
Decimal 1 39 97 0.99 0.60 0 0.62 216.25 0.98 0.19
Hex 1 27 61 63 3C 0 3E D8 62 13
Octal 1 47 141 143 74 0 76 330 142 23
Binary 1 100111 1100001 1100011 111100 0 111110 11011000 1100010 10011

Color Harmonies of #012761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012761

Black with #012761

Text Example


Text Example

White with #012761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012761; }

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

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

background-color css

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

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

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

border-color css

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

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

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