Html Css Color HEX #001676 Sapphire

📋 copy color: '#001676'

red 0 ◦ green 22 ◦ blue 118

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

Shades of Sapphire #001676

Tints of Sapphire #001676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 84.29%

R = 0%
G = 15.71%
B = 84.29%

CMYK

 C value IS 1

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#001676 (or 0x001676) is known color: Sapphire. HEX triplet: 00, 16 and 76. RGB value is (0,22,118). Sum of RGB (Red+Green+Blue) = 0+22+118=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 118 (46.48% from 255 or 84.29% from 140); Max value from RGB is 118 - color contains mainly: blue. Hex color #001676 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001676 is #FFE989. Grayscale: #191919. Windows color (decimal): -16771466 or 7738880. OLE color: 7738880.

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

Color convert

RGB 0 22 118 -
CMYK 1 0.81 0 0.54
HSL 228.81º 1% 0.23% -
HSV(B) 228.81º 1% 0.46% -
XYZ 3.56 1.88 17.32 -
YUV 26.37 179.71 109.19 -
System Red Green Blue C M Y K H S L
Decimal 0 22 118 1 0.81 0 0.54 228.81 1 0.23
Hex 0 16 76 64 51 0 36 E5 64 17
Octal 0 26 166 144 121 0 66 345 144 27
Binary 0 10110 1110110 1100100 1010001 0 110110 11100101 1100100 10111

Color Harmonies of #001676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001676

Black with #001676

Text Example


Text Example

White with #001676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001676; }

 p { color: rgb(0,22,118); }

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

background-color css

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

 a { background-color: rgb(0,22,118); }

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

border-color css

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

 span { border-color: rgb(0,22,118); }

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