Html Css Color HEX #071D5E Sapphire

📋 copy color: '#071D5E'

red 7 ◦ green 29 ◦ blue 94

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

Shades of Sapphire #071D5E

Tints of Sapphire #071D5E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 22.31%

 BLUE value IS 94 (37.11% from 255) = 72.31%

R = 5.38%
G = 22.31%
B = 72.31%

CMYK

 C value IS 0.93

 M value IS 0.69

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#071D5E (or 0x071D5E) is known color: Sapphire. HEX triplet: 07, 1D and 5E. RGB value is (7,29,94). Sum of RGB (Red+Green+Blue) = 7+29+94=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 29 (11.72% from 255 or 22.31% from 130); Blue value is 94 (37.11% from 255 or 72.31% from 130); Max value from RGB is 94 - color contains mainly: blue. Hex color #071D5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071D5E is #F8E2A1. Grayscale: #1D1D1D. Windows color (decimal): -16310946 or 6167815. OLE color: 6167815.

HSL color Cylindrical-coordinate representation of color #071D5E: hue angle of 224.83º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #071D5E is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 7 29 94 -
CMYK 0.93 0.69 0 0.63
HSL 224.83º 0.86% 0.2% -
HSV(B) 224.83º 0.93% 0.37% -
XYZ 2.55 1.73 10.79 -
YUV 29.83 164.21 111.71 -
System Red Green Blue C M Y K H S L
Decimal 7 29 94 0.93 0.69 0 0.63 224.83 0.86 0.2
Hex 7 1D 5E 5D 45 0 3F E1 56 14
Octal 7 35 136 135 105 0 77 341 126 24
Binary 111 11101 1011110 1011101 1000101 0 111111 11100001 1010110 10100

Color Harmonies of #071D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071D5E

Black with #071D5E

Text Example


Text Example

White with #071D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071D5E; }

 p { color: rgb(7,29,94); }

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

background-color css

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

 a { background-color: rgb(7,29,94); }

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

border-color css

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

 span { border-color: rgb(7,29,94); }

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