Html Css Color HEX #001263 Sapphire

📋 copy color: '#001263'

red 0 ◦ green 18 ◦ blue 99

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

Shades of Sapphire #001263

Tints of Sapphire #001263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 84.62%

R = 0%
G = 15.38%
B = 84.62%

CMYK

 C value IS 1

 M value IS 0.82

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#001263 (or 0x001263) is known color: Sapphire. HEX triplet: 00, 12 and 63. RGB value is (0,18,99). Sum of RGB (Red+Green+Blue) = 0+18+99=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 18 (7.42% from 255 or 15.38% from 117); Blue value is 99 (39.06% from 255 or 84.62% from 117); Max value from RGB is 99 - color contains mainly: blue. Hex color #001263 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001263 is #FFED9C. Grayscale: #151515. Windows color (decimal): -16772509 or 6492672. OLE color: 6492672.

HSL color Cylindrical-coordinate representation of color #001263: hue angle of 229.09º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001263 is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 0 18 99 -
CMYK 1 0.82 0 0.61
HSL 229.09º 1% 0.19% -
HSV(B) 229.09º 1% 0.39% -
XYZ 2.47 1.33 11.93 -
YUV 21.85 171.54 112.41 -
System Red Green Blue C M Y K H S L
Decimal 0 18 99 1 0.82 0 0.61 229.09 1 0.19
Hex 0 12 63 64 52 0 3D E5 64 13
Octal 0 22 143 144 122 0 75 345 144 23
Binary 0 10010 1100011 1100100 1010010 0 111101 11100101 1100100 10011

Color Harmonies of #001263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001263

Black with #001263

Text Example


Text Example

White with #001263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001263; }

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

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

background-color css

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

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

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

border-color css

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

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

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