Html Css Color HEX #072757 Sapphire

📋 copy color: '#072757'

red 7 ◦ green 39 ◦ blue 87

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

Shades of Sapphire #072757

Tints of Sapphire #072757

RGB

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

 GREEN value IS 39 (15.63% from 255) = 29.32%

 BLUE value IS 87 (34.38% from 255) = 65.41%

R = 5.26%
G = 29.32%
B = 65.41%

CMYK

 C value IS 0.92

 M value IS 0.55

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#072757 (or 0x072757) is known color: Sapphire. HEX triplet: 07, 27 and 57. RGB value is (7,39,87). Sum of RGB (Red+Green+Blue) = 7+39+87=133 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.26% from 133); Green value is 39 (15.62% from 255 or 29.32% from 133); Blue value is 87 (34.38% from 255 or 65.41% from 133); Max value from RGB is 87 - color contains mainly: blue. Hex color #072757 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072757 is #F8D8A8. Grayscale: #222222. Windows color (decimal): -16308393 or 5711623. OLE color: 5711623.

HSL color Cylindrical-coordinate representation of color #072757: hue angle of 216º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #072757 is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 7 39 87 -
CMYK 0.92 0.55 0 0.66
HSL 216º 0.85% 0.18% -
HSV(B) 216º 0.92% 0.34% -
XYZ 2.53 2.18 9.3 -
YUV 34.9 157.4 108.1 -
System Red Green Blue C M Y K H S L
Decimal 7 39 87 0.92 0.55 0 0.66 216 0.85 0.18
Hex 7 27 57 5C 37 0 42 D8 55 12
Octal 7 47 127 134 67 0 102 330 125 22
Binary 111 100111 1010111 1011100 110111 0 1000010 11011000 1010101 10010

Color Harmonies of #072757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072757

Black with #072757

Text Example


Text Example

White with #072757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072757; }

 p { color: rgb(7,39,87); }

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

background-color css

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

 a { background-color: rgb(7,39,87); }

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

border-color css

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

 span { border-color: rgb(7,39,87); }

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