Html Css Color HEX #011675 Sapphire

📋 copy color: '#011675'

red 1 ◦ green 22 ◦ blue 117

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

Shades of Sapphire #011675

Tints of Sapphire #011675

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.71%

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

R = 0.71%
G = 15.71%
B = 83.57%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#011675 (or 0x011675) is known color: Sapphire. HEX triplet: 01, 16 and 75. RGB value is (1,22,117). Sum of RGB (Red+Green+Blue) = 1+22+117=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 117 (46.09% from 255 or 83.57% from 140); Max value from RGB is 117 - color contains mainly: blue. Hex color #011675 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011675 is #FEE98A. Grayscale: #1A1A1A. Windows color (decimal): -16705931 or 7673345. OLE color: 7673345.

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

Color convert

RGB 1 22 117 -
CMYK 0.99 0.81 0 0.54
HSL 229.14º 0.98% 0.23% -
HSV(B) 229.14º 0.99% 0.46% -
XYZ 3.51 1.86 17 -
YUV 26.55 179.04 109.78 -
System Red Green Blue C M Y K H S L
Decimal 1 22 117 0.99 0.81 0 0.54 229.14 0.98 0.23
Hex 1 16 75 63 51 0 36 E5 62 17
Octal 1 26 165 143 121 0 66 345 142 27
Binary 1 10110 1110101 1100011 1010001 0 110110 11100101 1100010 10111

Color Harmonies of #011675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011675

Black with #011675

Text Example


Text Example

White with #011675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011675; }

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

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

background-color css

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

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

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

border-color css

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

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

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