Html Css Color HEX #001750 Sapphire

📋 copy color: '#001750'

red 0 ◦ green 23 ◦ blue 80

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

Shades of Sapphire #001750

Tints of Sapphire #001750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 77.67%

R = 0%
G = 22.33%
B = 77.67%

CMYK

 C value IS 1

 M value IS 0.71

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#001750 (or 0x001750) is known color: Sapphire. HEX triplet: 00, 17 and 50. RGB value is (0,23,80). Sum of RGB (Red+Green+Blue) = 0+23+80=103 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 103); Green value is 23 (9.38% from 255 or 22.33% from 103); Blue value is 80 (31.64% from 255 or 77.67% from 103); Max value from RGB is 80 - color contains mainly: blue. Hex color #001750 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001750 is #FFE8AF. Grayscale: #161616. Windows color (decimal): -16771248 or 5248768. OLE color: 5248768.

HSL color Cylindrical-coordinate representation of color #001750: hue angle of 222.75º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001750 is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 0 23 80 -
CMYK 1 0.71 0 0.69
HSL 222.75º 1% 0.16% -
HSV(B) 222.75º 1% 0.31% -
XYZ 1.75 1.19 7.73 -
YUV 22.62 160.38 111.87 -
System Red Green Blue C M Y K H S L
Decimal 0 23 80 1 0.71 0 0.69 222.75 1 0.16
Hex 0 17 50 64 47 0 45 DF 64 10
Octal 0 27 120 144 107 0 105 337 144 20
Binary 0 10111 1010000 1100100 1000111 0 1000101 11011111 1100100 10000

Color Harmonies of #001750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001750

Black with #001750

Text Example


Text Example

White with #001750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001750; }

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

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

background-color css

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

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

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

border-color css

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

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

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