Html Css Color HEX #001963 Sapphire

📋 copy color: '#001963'

red 0 ◦ green 25 ◦ blue 99

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

Shades of Sapphire #001963

Tints of Sapphire #001963

RGB

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

 GREEN value IS 25 (10.16% from 255) = 20.16%

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

R = 0%
G = 20.16%
B = 79.84%

CMYK

 C value IS 1

 M value IS 0.75

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#001963 (or 0x001963) is known color: Sapphire. HEX triplet: 00, 19 and 63. RGB value is (0,25,99). Sum of RGB (Red+Green+Blue) = 0+25+99=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 99 (39.06% from 255 or 79.84% from 124); Max value from RGB is 99 - color contains mainly: blue. Hex color #001963 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001963 is #FFE69C. Grayscale: #191919. Windows color (decimal): -16770717 or 6494464. OLE color: 6494464.

HSL color Cylindrical-coordinate representation of color #001963: hue angle of 224.85º 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 #001963 is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 0 25 99 -
CMYK 1 0.75 0 0.61
HSL 224.85º 1% 0.19% -
HSV(B) 224.85º 1% 0.39% -
XYZ 2.6 1.6 11.98 -
YUV 25.96 169.22 109.48 -
System Red Green Blue C M Y K H S L
Decimal 0 25 99 1 0.75 0 0.61 224.85 1 0.19
Hex 0 19 63 64 4B 0 3D E1 64 13
Octal 0 31 143 144 113 0 75 341 144 23
Binary 0 11001 1100011 1100100 1001011 0 111101 11100001 1100100 10011

Color Harmonies of #001963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001963

Black with #001963

Text Example


Text Example

White with #001963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001963; }

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

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

background-color css

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

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

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

border-color css

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

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

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