Html Css Color HEX #001778 Sapphire

📋 copy color: '#001778'

red 0 ◦ green 23 ◦ blue 120

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

Shades of Sapphire #001778

Tints of Sapphire #001778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 83.92%

R = 0%
G = 16.08%
B = 83.92%

CMYK

 C value IS 1

 M value IS 0.81

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#001778 (or 0x001778) is known color: Sapphire. HEX triplet: 00, 17 and 78. RGB value is (0,23,120). Sum of RGB (Red+Green+Blue) = 0+23+120=143 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 120 (47.27% from 255 or 83.92% from 143); Max value from RGB is 120 - color contains mainly: blue. Hex color #001778 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001778 is #FFE887. Grayscale: #1A1A1A. Windows color (decimal): -16771208 or 7870208. OLE color: 7870208.

HSL color Cylindrical-coordinate representation of color #001778: hue angle of 228.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001778 is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 0 23 120 -
CMYK 1 0.81 0 0.53
HSL 228.5º 1% 0.24% -
HSV(B) 228.5º 1% 0.47% -
XYZ 3.7 1.97 17.95 -
YUV 27.18 180.38 108.61 -
System Red Green Blue C M Y K H S L
Decimal 0 23 120 1 0.81 0 0.53 228.5 1 0.24
Hex 0 17 78 64 51 0 35 E4 64 18
Octal 0 27 170 144 121 0 65 344 144 30
Binary 0 10111 1111000 1100100 1010001 0 110101 11100100 1100100 11000

Color Harmonies of #001778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001778

Black with #001778

Text Example


Text Example

White with #001778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001778; }

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

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

background-color css

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

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

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

border-color css

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

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

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