Html Css Color HEX #001950 Sapphire

📋 copy color: '#001950'

red 0 ◦ green 25 ◦ blue 80

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

Shades of Sapphire #001950

Tints of Sapphire #001950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 76.19%

R = 0%
G = 23.81%
B = 76.19%

CMYK

 C value IS 1

 M value IS 0.69

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#001950 (or 0x001950) is known color: Sapphire. HEX triplet: 00, 19 and 50. RGB value is (0,25,80). Sum of RGB (Red+Green+Blue) = 0+25+80=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 25 (10.16% from 255 or 23.81% from 105); Blue value is 80 (31.64% from 255 or 76.19% from 105); Max value from RGB is 80 - color contains mainly: blue. Hex color #001950 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001950 is #FFE6AF. Grayscale: #171717. Windows color (decimal): -16770736 or 5249280. OLE color: 5249280.

HSL color Cylindrical-coordinate representation of color #001950: hue angle of 221.25º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001950 is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 0 25 80 -
CMYK 1 0.69 0 0.69
HSL 221.25º 1% 0.16% -
HSV(B) 221.25º 1% 0.31% -
XYZ 1.8 1.27 7.74 -
YUV 23.8 159.72 111.03 -
System Red Green Blue C M Y K H S L
Decimal 0 25 80 1 0.69 0 0.69 221.25 1 0.16
Hex 0 19 50 64 45 0 45 DD 64 10
Octal 0 31 120 144 105 0 105 335 144 20
Binary 0 11001 1010000 1100100 1000101 0 1000101 11011101 1100100 10000

Color Harmonies of #001950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001950

Black with #001950

Text Example


Text Example

White with #001950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001950; }

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

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

background-color css

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

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

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

border-color css

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

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

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