Html Css Color HEX #012468 Sapphire

📋 copy color: '#012468'

red 1 ◦ green 36 ◦ blue 104

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

Shades of Sapphire #012468

Tints of Sapphire #012468

RGB

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

 GREEN value IS 36 (14.45% from 255) = 25.53%

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

R = 0.71%
G = 25.53%
B = 73.76%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#012468 (or 0x012468) is known color: Sapphire. HEX triplet: 01, 24 and 68. RGB value is (1,36,104). Sum of RGB (Red+Green+Blue) = 1+36+104=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 36 (14.45% from 255 or 25.53% from 141); Blue value is 104 (41.02% from 255 or 73.76% from 141); Max value from RGB is 104 - color contains mainly: blue. Hex color #012468 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012468 is #FEDB97. Grayscale: #202020. Windows color (decimal): -16702360 or 6824961. OLE color: 6824961.

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

Color convert

RGB 1 36 104 -
CMYK 0.99 0.65 0 0.59
HSL 219.61º 0.98% 0.21% -
HSV(B) 219.61º 0.99% 0.41% -
XYZ 3.14 2.27 13.37 -
YUV 33.29 167.9 104.97 -
System Red Green Blue C M Y K H S L
Decimal 1 36 104 0.99 0.65 0 0.59 219.61 0.98 0.21
Hex 1 24 68 63 41 0 3B DC 62 15
Octal 1 44 150 143 101 0 73 334 142 25
Binary 1 100100 1101000 1100011 1000001 0 111011 11011100 1100010 10101

Color Harmonies of #012468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012468

Black with #012468

Text Example


Text Example

White with #012468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012468; }

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

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

background-color css

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

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

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

border-color css

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

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

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