Html Css Color HEX #071E4F Sapphire

📋 copy color: '#071E4F'

red 7 ◦ green 30 ◦ blue 79

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

Shades of Sapphire #071E4F

Tints of Sapphire #071E4F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 25.86%

 BLUE value IS 79 (31.25% from 255) = 68.1%

R = 6.03%
G = 25.86%
B = 68.1%

CMYK

 C value IS 0.91

 M value IS 0.62

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#071E4F (or 0x071E4F) is known color: Sapphire. HEX triplet: 07, 1E and 4F. RGB value is (7,30,79). Sum of RGB (Red+Green+Blue) = 7+30+79=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 30 (12.11% from 255 or 25.86% from 116); Blue value is 79 (31.25% from 255 or 68.10% from 116); Max value from RGB is 79 - color contains mainly: blue. Hex color #071E4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071E4F is #F8E1B0. Grayscale: #1C1C1C. Windows color (decimal): -16310705 or 5185031. OLE color: 5185031.

HSL color Cylindrical-coordinate representation of color #071E4F: hue angle of 220.83º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #071E4F is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 7 30 79 -
CMYK 0.91 0.62 0 0.69
HSL 220.83º 0.84% 0.17% -
HSV(B) 220.83º 0.91% 0.31% -
XYZ 1.96 1.54 7.59 -
YUV 28.71 156.38 112.52 -
System Red Green Blue C M Y K H S L
Decimal 7 30 79 0.91 0.62 0 0.69 220.83 0.84 0.17
Hex 7 1E 4F 5B 3E 0 45 DD 54 11
Octal 7 36 117 133 76 0 105 335 124 21
Binary 111 11110 1001111 1011011 111110 0 1000101 11011101 1010100 10001

Color Harmonies of #071E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071E4F

Black with #071E4F

Text Example


Text Example

White with #071E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,30,79); }

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

background-color css

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

 a { background-color: rgb(7,30,79); }

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

border-color css

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

 span { border-color: rgb(7,30,79); }

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