Html Css Color HEX #071457 Sapphire

📋 copy color: '#071457'

red 7 ◦ green 20 ◦ blue 87

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

Shades of Sapphire #071457

Tints of Sapphire #071457

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.54%

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

R = 6.14%
G = 17.54%
B = 76.32%

CMYK

 C value IS 0.92

 M value IS 0.77

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#071457 (or 0x071457) is known color: Sapphire. HEX triplet: 07, 14 and 57. RGB value is (7,20,87). Sum of RGB (Red+Green+Blue) = 7+20+87=114 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.14% from 114); Green value is 20 (8.20% from 255 or 17.54% from 114); Blue value is 87 (34.38% from 255 or 76.32% from 114); Max value from RGB is 87 - color contains mainly: blue. Hex color #071457 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071457 is #F8EBA8. Grayscale: #171717. Windows color (decimal): -16313257 or 5706759. OLE color: 5706759.

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

Color convert

RGB 7 20 87 -
CMYK 0.92 0.77 0 0.66
HSL 230.25º 0.85% 0.18% -
HSV(B) 230.25º 0.92% 0.34% -
XYZ 2.06 1.23 9.15 -
YUV 23.75 163.69 116.05 -
System Red Green Blue C M Y K H S L
Decimal 7 20 87 0.92 0.77 0 0.66 230.25 0.85 0.18
Hex 7 14 57 5C 4D 0 42 E6 55 12
Octal 7 24 127 134 115 0 102 346 125 22
Binary 111 10100 1010111 1011100 1001101 0 1000010 11100110 1010101 10010

Color Harmonies of #071457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071457

Black with #071457

Text Example


Text Example

White with #071457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071457; }

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

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

background-color css

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

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

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

border-color css

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

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

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