Html Css Color HEX #001875 Sapphire

📋 copy color: '#001875'

red 0 ◦ green 24 ◦ blue 117

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

Shades of Sapphire #001875

Tints of Sapphire #001875

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.02%

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

R = 0%
G = 17.02%
B = 82.98%

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

#001875 (or 0x001875) is known color: Sapphire. HEX triplet: 00, 18 and 75. RGB value is (0,24,117). Sum of RGB (Red+Green+Blue) = 0+24+117=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 117 (46.09% from 255 or 82.98% from 141); Max value from RGB is 117 - color contains mainly: blue. Hex color #001875 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001875 is #FFE78A. Grayscale: #1B1B1B. Windows color (decimal): -16770955 or 7673856. OLE color: 7673856.

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

Color convert

RGB 0 24 117 -
CMYK 1 0.79 0 0.54
HSL 227.69º 1% 0.23% -
HSV(B) 227.69º 1% 0.46% -
XYZ 3.54 1.94 17.02 -
YUV 27.43 178.55 108.44 -
System Red Green Blue C M Y K H S L
Decimal 0 24 117 1 0.79 0 0.54 227.69 1 0.23
Hex 0 18 75 64 4F 0 36 E4 64 17
Octal 0 30 165 144 117 0 66 344 144 27
Binary 0 11000 1110101 1100100 1001111 0 110110 11100100 1100100 10111

Color Harmonies of #001875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001875

Black with #001875

Text Example


Text Example

White with #001875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001875; }

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

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

background-color css

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

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

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

border-color css

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

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

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