Html Css Color HEX #071F4E Sapphire

📋 copy color: '#071F4E'

red 7 ◦ green 31 ◦ blue 78

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

Shades of Sapphire #071F4E

Tints of Sapphire #071F4E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 26.72%

 BLUE value IS 78 (30.86% from 255) = 67.24%

R = 6.03%
G = 26.72%
B = 67.24%

CMYK

 C value IS 0.91

 M value IS 0.60

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#071F4E (or 0x071F4E) is known color: Sapphire. HEX triplet: 07, 1F and 4E. RGB value is (7,31,78). Sum of RGB (Red+Green+Blue) = 7+31+78=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 31 (12.5% from 255 or 26.72% from 116); Blue value is 78 (30.86% from 255 or 67.24% from 116); Max value from RGB is 78 - color contains mainly: blue. Hex color #071F4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071F4E is #F8E0B1. Grayscale: #1C1C1C. Windows color (decimal): -16310450 or 5119751. OLE color: 5119751.

HSL color Cylindrical-coordinate representation of color #071F4E: hue angle of 219.72º 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 #071F4E is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 7 31 78 -
CMYK 0.91 0.60 0 0.69
HSL 219.72º 0.84% 0.17% -
HSV(B) 219.72º 0.91% 0.31% -
XYZ 1.95 1.58 7.41 -
YUV 29.18 155.55 112.18 -
System Red Green Blue C M Y K H S L
Decimal 7 31 78 0.91 0.60 0 0.69 219.72 0.84 0.17
Hex 7 1F 4E 5B 3C 0 45 DC 54 11
Octal 7 37 116 133 74 0 105 334 124 21
Binary 111 11111 1001110 1011011 111100 0 1000101 11011100 1010100 10001

Color Harmonies of #071F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071F4E

Black with #071F4E

Text Example


Text Example

White with #071F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,31,78); }

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

background-color css

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

 a { background-color: rgb(7,31,78); }

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

border-color css

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

 span { border-color: rgb(7,31,78); }

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