Html Css Color HEX #012968 Sapphire

📋 copy color: '#012968'

red 1 ◦ green 41 ◦ blue 104

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

Shades of Sapphire #012968

Tints of Sapphire #012968

RGB

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

 GREEN value IS 41 (16.41% from 255) = 28.08%

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

R = 0.68%
G = 28.08%
B = 71.23%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#012968 (or 0x012968) is known color: Sapphire. HEX triplet: 01, 29 and 68. RGB value is (1,41,104). Sum of RGB (Red+Green+Blue) = 1+41+104=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 104 (41.02% from 255 or 71.23% from 146); Max value from RGB is 104 - color contains mainly: blue. Hex color #012968 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012968 is #FED697. Grayscale: #232323. Windows color (decimal): -16701080 or 6826241. OLE color: 6826241.

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

Color convert

RGB 1 41 104 -
CMYK 0.99 0.61 0 0.59
HSL 216.7º 0.98% 0.21% -
HSV(B) 216.7º 0.99% 0.41% -
XYZ 3.3 2.59 13.42 -
YUV 36.22 166.25 102.88 -
System Red Green Blue C M Y K H S L
Decimal 1 41 104 0.99 0.61 0 0.59 216.7 0.98 0.21
Hex 1 29 68 63 3D 0 3B D9 62 15
Octal 1 51 150 143 75 0 73 331 142 25
Binary 1 101001 1101000 1100011 111101 0 111011 11011001 1100010 10101

Color Harmonies of #012968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012968

Black with #012968

Text Example


Text Example

White with #012968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012968; }

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

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

background-color css

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

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

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

border-color css

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

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

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