Html Css Color HEX #012762 Sapphire

📋 copy color: '#012762'

red 1 ◦ green 39 ◦ blue 98

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

Shades of Sapphire #012762

Tints of Sapphire #012762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 71.01%

R = 0.72%
G = 28.26%
B = 71.01%

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

#012762 (or 0x012762) is known color: Sapphire. HEX triplet: 01, 27 and 62. RGB value is (1,39,98). Sum of RGB (Red+Green+Blue) = 1+39+98=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 39 (15.62% from 255 or 28.26% from 138); Blue value is 98 (38.67% from 255 or 71.01% from 138); Max value from RGB is 98 - color contains mainly: blue. Hex color #012762 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012762 is #FED89D. Grayscale: #222222. Windows color (decimal): -16701598 or 6432513. OLE color: 6432513.

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

Color convert

RGB 1 39 98 -
CMYK 0.99 0.60 0 0.62
HSL 216.49º 0.98% 0.19% -
HSV(B) 216.49º 0.99% 0.38% -
XYZ 2.94 2.34 11.85 -
YUV 34.36 163.91 104.2 -
System Red Green Blue C M Y K H S L
Decimal 1 39 98 0.99 0.60 0 0.62 216.49 0.98 0.19
Hex 1 27 62 63 3C 0 3E D8 62 13
Octal 1 47 142 143 74 0 76 330 142 23
Binary 1 100111 1100010 1100011 111100 0 111110 11011000 1100010 10011

Color Harmonies of #012762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012762

Black with #012762

Text Example


Text Example

White with #012762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012762; }

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

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

background-color css

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

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

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

border-color css

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

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

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