Html Css Color HEX #001975 Sapphire

📋 copy color: '#001975'

red 0 ◦ green 25 ◦ blue 117

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

Shades of Sapphire #001975

Tints of Sapphire #001975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 82.39%

R = 0%
G = 17.61%
B = 82.39%

CMYK

 C value IS 1

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#001975 (or 0x001975) is known color: Sapphire. HEX triplet: 00, 19 and 75. RGB value is (0,25,117). Sum of RGB (Red+Green+Blue) = 0+25+117=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 25 (10.16% from 255 or 17.61% from 142); Blue value is 117 (46.09% from 255 or 82.39% from 142); Max value from RGB is 117 - color contains mainly: blue. Hex color #001975 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001975 is #FFE68A. Grayscale: #1B1B1B. Windows color (decimal): -16770699 or 7674112. OLE color: 7674112.

HSL color Cylindrical-coordinate representation of color #001975: hue angle of 227.18º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001975 is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 25 117 -
CMYK 1 0.79 0 0.54
HSL 227.18º 1% 0.23% -
HSV(B) 227.18º 1% 0.46% -
XYZ 3.56 1.98 17.02 -
YUV 28.01 178.22 108.02 -
System Red Green Blue C M Y K H S L
Decimal 0 25 117 1 0.79 0 0.54 227.18 1 0.23
Hex 0 19 75 64 4F 0 36 E3 64 17
Octal 0 31 165 144 117 0 66 343 144 27
Binary 0 11001 1110101 1100100 1001111 0 110110 11100011 1100100 10111

Color Harmonies of #001975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001975

Black with #001975

Text Example


Text Example

White with #001975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001975; }

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

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

background-color css

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

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

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

border-color css

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

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

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