Html Css Color HEX #012868 Sapphire

📋 copy color: '#012868'

red 1 ◦ green 40 ◦ blue 104

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

Shades of Sapphire #012868

Tints of Sapphire #012868

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.59%

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

R = 0.69%
G = 27.59%
B = 71.72%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#012868 (or 0x012868) is known color: Sapphire. HEX triplet: 01, 28 and 68. RGB value is (1,40,104). Sum of RGB (Red+Green+Blue) = 1+40+104=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 104 (41.02% from 255 or 71.72% from 145); Max value from RGB is 104 - color contains mainly: blue. Hex color #012868 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012868 is #FED797. Grayscale: #232323. Windows color (decimal): -16701336 or 6825985. OLE color: 6825985.

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

Color convert

RGB 1 40 104 -
CMYK 0.99 0.62 0 0.59
HSL 217.28º 0.98% 0.21% -
HSV(B) 217.28º 0.99% 0.41% -
XYZ 3.27 2.52 13.41 -
YUV 35.64 166.58 103.3 -
System Red Green Blue C M Y K H S L
Decimal 1 40 104 0.99 0.62 0 0.59 217.28 0.98 0.21
Hex 1 28 68 63 3E 0 3B D9 62 15
Octal 1 50 150 143 76 0 73 331 142 25
Binary 1 101000 1101000 1100011 111110 0 111011 11011001 1100010 10101

Color Harmonies of #012868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012868

Black with #012868

Text Example


Text Example

White with #012868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012868; }

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

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

background-color css

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

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

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

border-color css

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

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

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