Html Css Color HEX #071E4E Sapphire

📋 copy color: '#071E4E'

red 7 ◦ green 30 ◦ blue 78

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

Shades of Sapphire #071E4E

Tints of Sapphire #071E4E

RGB

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

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

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

R = 6.09%
G = 26.09%
B = 67.83%

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

#071E4E (or 0x071E4E) is known color: Sapphire. HEX triplet: 07, 1E and 4E. RGB value is (7,30,78). Sum of RGB (Red+Green+Blue) = 7+30+78=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 30 (12.11% from 255 or 26.09% from 115); Blue value is 78 (30.86% from 255 or 67.83% from 115); Max value from RGB is 78 - color contains mainly: blue. Hex color #071E4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071E4E is #F8E1B1. Grayscale: #1C1C1C. Windows color (decimal): -16310706 or 5119495. OLE color: 5119495.

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

Color convert

RGB 7 30 78 -
CMYK 0.91 0.62 0 0.69
HSL 220.56º 0.84% 0.17% -
HSV(B) 220.56º 0.91% 0.31% -
XYZ 1.93 1.52 7.4 -
YUV 28.6 155.88 112.6 -
System Red Green Blue C M Y K H S L
Decimal 7 30 78 0.91 0.62 0 0.69 220.56 0.84 0.17
Hex 7 1E 4E 5B 3E 0 45 DD 54 11
Octal 7 36 116 133 76 0 105 335 124 21
Binary 111 11110 1001110 1011011 111110 0 1000101 11011101 1010100 10001

Color Harmonies of #071E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071E4E

Black with #071E4E

Text Example


Text Example

White with #071E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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