Html Css Color HEX #012767 Sapphire

📋 copy color: '#012767'

red 1 ◦ green 39 ◦ blue 103

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

Shades of Sapphire #012767

Tints of Sapphire #012767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 72.03%

R = 0.7%
G = 27.27%
B = 72.03%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#012767 (or 0x012767) is known color: Sapphire. HEX triplet: 01, 27 and 67. RGB value is (1,39,103). Sum of RGB (Red+Green+Blue) = 1+39+103=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 39 (15.62% from 255 or 27.27% from 143); Blue value is 103 (40.62% from 255 or 72.03% from 143); Max value from RGB is 103 - color contains mainly: blue. Hex color #012767 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012767 is #FED898. Grayscale: #222222. Windows color (decimal): -16701593 or 6760193. OLE color: 6760193.

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

Color convert

RGB 1 39 103 -
CMYK 0.99 0.62 0 0.60
HSL 217.65º 0.98% 0.2% -
HSV(B) 217.65º 0.99% 0.4% -
XYZ 3.19 2.44 13.13 -
YUV 34.93 166.41 103.8 -
System Red Green Blue C M Y K H S L
Decimal 1 39 103 0.99 0.62 0 0.60 217.65 0.98 0.2
Hex 1 27 67 63 3E 0 3C DA 62 14
Octal 1 47 147 143 76 0 74 332 142 24
Binary 1 100111 1100111 1100011 111110 0 111100 11011010 1100010 10100

Color Harmonies of #012767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012767

Black with #012767

Text Example


Text Example

White with #012767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012767; }

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

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

background-color css

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

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

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

border-color css

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

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

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