Html Css Color HEX #072057 Sapphire

📋 copy color: '#072057'

red 7 ◦ green 32 ◦ blue 87

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

Shades of Sapphire #072057

Tints of Sapphire #072057

RGB

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

 GREEN value IS 32 (12.89% from 255) = 25.4%

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

R = 5.56%
G = 25.4%
B = 69.05%

CMYK

 C value IS 0.92

 M value IS 0.63

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#072057 (or 0x072057) is known color: Sapphire. HEX triplet: 07, 20 and 57. RGB value is (7,32,87). Sum of RGB (Red+Green+Blue) = 7+32+87=126 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.56% from 126); Green value is 32 (12.89% from 255 or 25.40% from 126); Blue value is 87 (34.38% from 255 or 69.05% from 126); Max value from RGB is 87 - color contains mainly: blue. Hex color #072057 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072057 is #F8DFA8. Grayscale: #1E1E1E. Windows color (decimal): -16310185 or 5709831. OLE color: 5709831.

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

Color convert

RGB 7 32 87 -
CMYK 0.92 0.63 0 0.66
HSL 221.25º 0.85% 0.18% -
HSV(B) 221.25º 0.92% 0.34% -
XYZ 2.32 1.77 9.24 -
YUV 30.8 159.72 111.03 -
System Red Green Blue C M Y K H S L
Decimal 7 32 87 0.92 0.63 0 0.66 221.25 0.85 0.18
Hex 7 20 57 5C 3F 0 42 DD 55 12
Octal 7 40 127 134 77 0 102 335 125 22
Binary 111 100000 1010111 1011100 111111 0 1000010 11011101 1010101 10010

Color Harmonies of #072057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072057

Black with #072057

Text Example


Text Example

White with #072057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072057; }

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

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

background-color css

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

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

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

border-color css

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

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

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