Html Css Color HEX #001246 Sapphire

📋 copy color: '#001246'

red 0 ◦ green 18 ◦ blue 70

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

Shades of Sapphire #001246

Tints of Sapphire #001246

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 18 (7.42% from 255) = 20.45%

 BLUE value IS 70 (27.73% from 255) = 79.55%

R = 0%
G = 20.45%
B = 79.55%

CMYK

 C value IS 1

 M value IS 0.74

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#001246 (or 0x001246) is known color: Sapphire. HEX triplet: 00, 12 and 46. RGB value is (0,18,70). Sum of RGB (Red+Green+Blue) = 0+18+70=88 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 88); Green value is 18 (7.42% from 255 or 20.45% from 88); Blue value is 70 (27.73% from 255 or 79.55% from 88); Max value from RGB is 70 - color contains mainly: blue. Hex color #001246 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001246 is #FFEDB9. Grayscale: #121212. Windows color (decimal): -16772538 or 4592128. OLE color: 4592128.

HSL color Cylindrical-coordinate representation of color #001246: hue angle of 224.57º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001246 is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 0 18 70 -
CMYK 1 0.74 0 0.73
HSL 224.57º 1% 0.14% -
HSV(B) 224.57º 1% 0.27% -
XYZ 1.32 0.87 5.89 -
YUV 18.55 157.04 114.77 -
System Red Green Blue C M Y K H S L
Decimal 0 18 70 1 0.74 0 0.73 224.57 1 0.14
Hex 0 12 46 64 4A 0 49 E1 64 E
Octal 0 22 106 144 112 0 111 341 144 16
Binary 0 10010 1000110 1100100 1001010 0 1001001 11100001 1100100 1110

Color Harmonies of #001246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001246

Black with #001246

Text Example


Text Example

White with #001246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001246; }

 p { color: rgb(0,18,70); }

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

background-color css

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

 a { background-color: rgb(0,18,70); }

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

border-color css

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

 span { border-color: rgb(0,18,70); }

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