Html Css Color HEX #071F55 Sapphire

📋 copy color: '#071F55'

red 7 ◦ green 31 ◦ blue 85

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

Shades of Sapphire #071F55

Tints of Sapphire #071F55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 69.11%

R = 5.69%
G = 25.2%
B = 69.11%

CMYK

 C value IS 0.92

 M value IS 0.64

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#071F55 (or 0x071F55) is known color: Sapphire. HEX triplet: 07, 1F and 55. RGB value is (7,31,85). Sum of RGB (Red+Green+Blue) = 7+31+85=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 31 (12.5% from 255 or 25.20% from 123); Blue value is 85 (33.59% from 255 or 69.11% from 123); Max value from RGB is 85 - color contains mainly: blue. Hex color #071F55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071F55 is #F8E0AA. Grayscale: #1D1D1D. Windows color (decimal): -16310443 or 5578503. OLE color: 5578503.

HSL color Cylindrical-coordinate representation of color #071F55: hue angle of 221.54º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #071F55 is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 7 31 85 -
CMYK 0.92 0.64 0 0.67
HSL 221.54º 0.85% 0.18% -
HSV(B) 221.54º 0.92% 0.33% -
XYZ 2.22 1.68 8.8 -
YUV 29.98 159.05 111.61 -
System Red Green Blue C M Y K H S L
Decimal 7 31 85 0.92 0.64 0 0.67 221.54 0.85 0.18
Hex 7 1F 55 5C 40 0 43 DE 55 12
Octal 7 37 125 134 100 0 103 336 125 22
Binary 111 11111 1010101 1011100 1000000 0 1000011 11011110 1010101 10010

Color Harmonies of #071F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071F55

Black with #071F55

Text Example


Text Example

White with #071F55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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