Html Css Color HEX #071F66 Sapphire

📋 copy color: '#071F66'

red 7 ◦ green 31 ◦ blue 102

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

Shades of Sapphire #071F66

Tints of Sapphire #071F66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 72.86%

R = 5%
G = 22.14%
B = 72.86%

CMYK

 C value IS 0.93

 M value IS 0.70

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#071F66 (or 0x071F66) is known color: Sapphire. HEX triplet: 07, 1F and 66. RGB value is (7,31,102). Sum of RGB (Red+Green+Blue) = 7+31+102=140 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5% from 140); Green value is 31 (12.5% from 255 or 22.14% from 140); Blue value is 102 (40.23% from 255 or 72.86% from 140); Max value from RGB is 102 - color contains mainly: blue. Hex color #071F66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071F66 is #F8E099. Grayscale: #1F1F1F. Windows color (decimal): -16310426 or 6692615. OLE color: 6692615.

HSL color Cylindrical-coordinate representation of color #071F66: hue angle of 224.84º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #071F66 is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 7 31 102 -
CMYK 0.93 0.70 0 0.6
HSL 224.84º 0.87% 0.21% -
HSV(B) 224.84º 0.93% 0.4% -
XYZ 2.98 1.98 12.8 -
YUV 31.92 167.55 110.23 -
System Red Green Blue C M Y K H S L
Decimal 7 31 102 0.93 0.70 0 0.6 224.84 0.87 0.21
Hex 7 1F 66 5D 46 0 3C E1 57 15
Octal 7 37 146 135 106 0 74 341 127 25
Binary 111 11111 1100110 1011101 1000110 0 111100 11100001 1010111 10101

Color Harmonies of #071F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071F66

Black with #071F66

Text Example


Text Example

White with #071F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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