Html Css Color HEX #071753 Sapphire

📋 copy color: '#071753'

red 7 ◦ green 23 ◦ blue 83

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

Shades of Sapphire #071753

Tints of Sapphire #071753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 73.45%

R = 6.19%
G = 20.35%
B = 73.45%

CMYK

 C value IS 0.92

 M value IS 0.72

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#071753 (or 0x071753) is known color: Sapphire. HEX triplet: 07, 17 and 53. RGB value is (7,23,83). Sum of RGB (Red+Green+Blue) = 7+23+83=113 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.19% from 113); Green value is 23 (9.38% from 255 or 20.35% from 113); Blue value is 83 (32.81% from 255 or 73.45% from 113); Max value from RGB is 83 - color contains mainly: blue. Hex color #071753 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071753 is #F8E8AC. Grayscale: #181818. Windows color (decimal): -16312493 or 5445383. OLE color: 5445383.

HSL color Cylindrical-coordinate representation of color #071753: hue angle of 227.37º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #071753 is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 7 23 83 -
CMYK 0.92 0.72 0 0.67
HSL 227.37º 0.84% 0.18% -
HSV(B) 227.37º 0.92% 0.33% -
XYZ 1.96 1.28 8.33 -
YUV 25.06 160.7 115.12 -
System Red Green Blue C M Y K H S L
Decimal 7 23 83 0.92 0.72 0 0.67 227.37 0.84 0.18
Hex 7 17 53 5C 48 0 43 E3 54 12
Octal 7 27 123 134 110 0 103 343 124 22
Binary 111 10111 1010011 1011100 1001000 0 1000011 11100011 1010100 10010

Color Harmonies of #071753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071753

Black with #071753

Text Example


Text Example

White with #071753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071753; }

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

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

background-color css

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

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

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

border-color css

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

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

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