Html Css Color HEX #001760 Sapphire

📋 copy color: '#001760'

red 0 ◦ green 23 ◦ blue 96

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

Shades of Sapphire #001760

Tints of Sapphire #001760

RGB

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

 GREEN value IS 23 (9.38% from 255) = 19.33%

 BLUE value IS 96 (37.89% from 255) = 80.67%

R = 0%
G = 19.33%
B = 80.67%

CMYK

 C value IS 1

 M value IS 0.76

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#001760 (or 0x001760) is known color: Sapphire. HEX triplet: 00, 17 and 60. RGB value is (0,23,96). Sum of RGB (Red+Green+Blue) = 0+23+96=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 23 (9.38% from 255 or 19.33% from 119); Blue value is 96 (37.89% from 255 or 80.67% from 119); Max value from RGB is 96 - color contains mainly: blue. Hex color #001760 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001760 is #FFE89F. Grayscale: #181818. Windows color (decimal): -16771232 or 6297344. OLE color: 6297344.

HSL color Cylindrical-coordinate representation of color #001760: hue angle of 225.62º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001760 is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 23 96 -
CMYK 1 0.76 0 0.62
HSL 225.63º 1% 0.19% -
HSV(B) 225.63º 1% 0.38% -
XYZ 2.42 1.46 11.22 -
YUV 24.45 168.38 110.56 -
System Red Green Blue C M Y K H S L
Decimal 0 23 96 1 0.76 0 0.62 225.63 1 0.19
Hex 0 17 60 64 4C 0 3E E2 64 13
Octal 0 27 140 144 114 0 76 342 144 23
Binary 0 10111 1100000 1100100 1001100 0 111110 11100010 1100100 10011

Color Harmonies of #001760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001760

Black with #001760

Text Example


Text Example

White with #001760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001760; }

 p { color: rgb(0,23,96); }

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

background-color css

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

 a { background-color: rgb(0,23,96); }

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

border-color css

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

 span { border-color: rgb(0,23,96); }

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