Html Css Color HEX #012068 Sapphire

📋 copy color: '#012068'

red 1 ◦ green 32 ◦ blue 104

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

Shades of Sapphire #012068

Tints of Sapphire #012068

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.36%

 BLUE value IS 104 (41.02% from 255) = 75.91%

R = 0.73%
G = 23.36%
B = 75.91%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#012068 (or 0x012068) is known color: Sapphire. HEX triplet: 01, 20 and 68. RGB value is (1,32,104). Sum of RGB (Red+Green+Blue) = 1+32+104=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 32 (12.89% from 255 or 23.36% from 137); Blue value is 104 (41.02% from 255 or 75.91% from 137); Max value from RGB is 104 - color contains mainly: blue. Hex color #012068 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012068 is #FEDF97. Grayscale: #1E1E1E. Windows color (decimal): -16703384 or 6823937. OLE color: 6823937.

HSL color Cylindrical-coordinate representation of color #012068: hue angle of 221.94º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012068 is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 32 104 -
CMYK 0.99 0.69 0 0.59
HSL 221.94º 0.98% 0.21% -
HSV(B) 221.94º 0.99% 0.41% -
XYZ 3.03 2.04 13.33 -
YUV 30.94 169.23 106.65 -
System Red Green Blue C M Y K H S L
Decimal 1 32 104 0.99 0.69 0 0.59 221.94 0.98 0.21
Hex 1 20 68 63 45 0 3B DE 62 15
Octal 1 40 150 143 105 0 73 336 142 25
Binary 1 100000 1101000 1100011 1000101 0 111011 11011110 1100010 10101

Color Harmonies of #012068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012068

Black with #012068

Text Example


Text Example

White with #012068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012068; }

 p { color: rgb(1,32,104); }

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

background-color css

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

 a { background-color: rgb(1,32,104); }

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

border-color css

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

 span { border-color: rgb(1,32,104); }

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