Html Css Color HEX #072957 Sapphire

📋 copy color: '#072957'

red 7 ◦ green 41 ◦ blue 87

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

Shades of Sapphire #072957

Tints of Sapphire #072957

RGB

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

 GREEN value IS 41 (16.41% from 255) = 30.37%

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

R = 5.19%
G = 30.37%
B = 64.44%

CMYK

 C value IS 0.92

 M value IS 0.53

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#072957 (or 0x072957) is known color: Sapphire. HEX triplet: 07, 29 and 57. RGB value is (7,41,87). Sum of RGB (Red+Green+Blue) = 7+41+87=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 41 (16.41% from 255 or 30.37% from 135); Blue value is 87 (34.38% from 255 or 64.44% from 135); Max value from RGB is 87 - color contains mainly: blue. Hex color #072957 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072957 is #F8D6A8. Grayscale: #232323. Windows color (decimal): -16307881 or 5712135. OLE color: 5712135.

HSL color Cylindrical-coordinate representation of color #072957: hue angle of 214.5º 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 #072957 is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 7 41 87 -
CMYK 0.92 0.53 0 0.66
HSL 214.5º 0.85% 0.18% -
HSV(B) 214.5º 0.92% 0.34% -
XYZ 2.6 2.32 9.33 -
YUV 36.08 156.74 107.26 -
System Red Green Blue C M Y K H S L
Decimal 7 41 87 0.92 0.53 0 0.66 214.5 0.85 0.18
Hex 7 29 57 5C 35 0 42 D6 55 12
Octal 7 51 127 134 65 0 102 326 125 22
Binary 111 101001 1010111 1011100 110101 0 1000010 11010110 1010101 10010

Color Harmonies of #072957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072957

Black with #072957

Text Example


Text Example

White with #072957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072957; }

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

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

background-color css

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

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

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

border-color css

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

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

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