Html Css Color HEX #001770 Sapphire

📋 copy color: '#001770'

red 0 ◦ green 23 ◦ blue 112

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

Shades of Sapphire #001770

Tints of Sapphire #001770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 82.96%

R = 0%
G = 17.04%
B = 82.96%

CMYK

 C value IS 1

 M value IS 0.79

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#001770 (or 0x001770) is known color: Sapphire. HEX triplet: 00, 17 and 70. RGB value is (0,23,112). Sum of RGB (Red+Green+Blue) = 0+23+112=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 23 (9.38% from 255 or 17.04% from 135); Blue value is 112 (44.14% from 255 or 82.96% from 135); Max value from RGB is 112 - color contains mainly: blue. Hex color #001770 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001770 is #FFE88F. Grayscale: #191919. Windows color (decimal): -16771216 or 7345920. OLE color: 7345920.

HSL color Cylindrical-coordinate representation of color #001770: hue angle of 227.68º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001770 is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 23 112 -
CMYK 1 0.79 0 0.56
HSL 227.68º 1% 0.22% -
HSV(B) 227.68º 1% 0.44% -
XYZ 3.23 1.78 15.5 -
YUV 26.27 176.38 109.26 -
System Red Green Blue C M Y K H S L
Decimal 0 23 112 1 0.79 0 0.56 227.68 1 0.22
Hex 0 17 70 64 4F 0 38 E4 64 16
Octal 0 27 160 144 117 0 70 344 144 26
Binary 0 10111 1110000 1100100 1001111 0 111000 11100100 1100100 10110

Color Harmonies of #001770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001770

Black with #001770

Text Example


Text Example

White with #001770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001770; }

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

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

background-color css

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

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

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

border-color css

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

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

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