Html Css Color HEX #071758 Sapphire

📋 copy color: '#071758'

red 7 ◦ green 23 ◦ blue 88

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

Shades of Sapphire #071758

Tints of Sapphire #071758

RGB

 RED value IS 7 (3.13% from 255) = 5.93%

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

 BLUE value IS 88 (34.77% from 255) = 74.58%

R = 5.93%
G = 19.49%
B = 74.58%

CMYK

 C value IS 0.92

 M value IS 0.74

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#071758 (or 0x071758) is known color: Sapphire. HEX triplet: 07, 17 and 58. RGB value is (7,23,88). Sum of RGB (Red+Green+Blue) = 7+23+88=118 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.93% from 118); Green value is 23 (9.38% from 255 or 19.49% from 118); Blue value is 88 (34.77% from 255 or 74.58% from 118); Max value from RGB is 88 - color contains mainly: blue. Hex color #071758 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071758 is #F8E8A7. Grayscale: #191919. Windows color (decimal): -16312488 or 5773063. OLE color: 5773063.

HSL color Cylindrical-coordinate representation of color #071758: hue angle of 228.15º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #071758 is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 7 23 88 -
CMYK 0.92 0.74 0 0.65
HSL 228.15º 0.85% 0.19% -
HSV(B) 228.15º 0.92% 0.35% -
XYZ 2.16 1.36 9.38 -
YUV 25.63 163.2 114.71 -
System Red Green Blue C M Y K H S L
Decimal 7 23 88 0.92 0.74 0 0.65 228.15 0.85 0.19
Hex 7 17 58 5C 4A 0 41 E4 55 13
Octal 7 27 130 134 112 0 101 344 125 23
Binary 111 10111 1011000 1011100 1001010 0 1000001 11100100 1010101 10011

Color Harmonies of #071758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071758

Black with #071758

Text Example


Text Example

White with #071758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071758; }

 p { color: rgb(7,23,88); }

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

background-color css

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

 a { background-color: rgb(7,23,88); }

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

border-color css

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

 span { border-color: rgb(7,23,88); }

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