Html Css Color HEX #012568 Sapphire

📋 copy color: '#012568'

red 1 ◦ green 37 ◦ blue 104

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

Shades of Sapphire #012568

Tints of Sapphire #012568

RGB

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

 GREEN value IS 37 (14.84% from 255) = 26.06%

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

R = 0.7%
G = 26.06%
B = 73.24%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#012568 (or 0x012568) is known color: Sapphire. HEX triplet: 01, 25 and 68. RGB value is (1,37,104). Sum of RGB (Red+Green+Blue) = 1+37+104=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 37 (14.84% from 255 or 26.06% from 142); Blue value is 104 (41.02% from 255 or 73.24% from 142); Max value from RGB is 104 - color contains mainly: blue. Hex color #012568 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012568 is #FEDA97. Grayscale: #212121. Windows color (decimal): -16702104 or 6825217. OLE color: 6825217.

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

Color convert

RGB 1 37 104 -
CMYK 0.99 0.64 0 0.59
HSL 219.03º 0.98% 0.21% -
HSV(B) 219.03º 0.99% 0.41% -
XYZ 3.17 2.33 13.38 -
YUV 33.87 167.57 104.55 -
System Red Green Blue C M Y K H S L
Decimal 1 37 104 0.99 0.64 0 0.59 219.03 0.98 0.21
Hex 1 25 68 63 40 0 3B DB 62 15
Octal 1 45 150 143 100 0 73 333 142 25
Binary 1 100101 1101000 1100011 1000000 0 111011 11011011 1100010 10101

Color Harmonies of #012568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012568

Black with #012568

Text Example


Text Example

White with #012568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012568; }

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

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

background-color css

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

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

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

border-color css

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

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

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