Html Css Color HEX #011875 Sapphire

📋 copy color: '#011875'

red 1 ◦ green 24 ◦ blue 117

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

Shades of Sapphire #011875

Tints of Sapphire #011875

RGB

 RED value IS 1 (0.78% from 255) = 0.7%

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

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

R = 0.7%
G = 16.9%
B = 82.39%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#011875 (or 0x011875) is known color: Sapphire. HEX triplet: 01, 18 and 75. RGB value is (1,24,117). Sum of RGB (Red+Green+Blue) = 1+24+117=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 24 (9.77% from 255 or 16.90% 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 #011875 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011875 is #FEE78A. Grayscale: #1B1B1B. Windows color (decimal): -16705419 or 7673857. OLE color: 7673857.

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

Color convert

RGB 1 24 117 -
CMYK 0.99 0.79 0 0.54
HSL 228.1º 0.98% 0.23% -
HSV(B) 228.1º 0.99% 0.46% -
XYZ 3.55 1.94 17.02 -
YUV 27.73 178.38 108.94 -
System Red Green Blue C M Y K H S L
Decimal 1 24 117 0.99 0.79 0 0.54 228.1 0.98 0.23
Hex 1 18 75 63 4F 0 36 E4 62 17
Octal 1 30 165 143 117 0 66 344 142 27
Binary 1 11000 1110101 1100011 1001111 0 110110 11100100 1100010 10111

Color Harmonies of #011875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011875

Black with #011875

Text Example


Text Example

White with #011875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011875; }

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

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

background-color css

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

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

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

border-color css

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

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

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