Html Css Color HEX #071F68 Sapphire

📋 copy color: '#071F68'

red 7 ◦ green 31 ◦ blue 104

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

Shades of Sapphire #071F68

Tints of Sapphire #071F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 73.24%

R = 4.93%
G = 21.83%
B = 73.24%

CMYK

 C value IS 0.93

 M value IS 0.70

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#071F68 (or 0x071F68) is known color: Sapphire. HEX triplet: 07, 1F and 68. RGB value is (7,31,104). Sum of RGB (Red+Green+Blue) = 7+31+104=142 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.93% from 142); Green value is 31 (12.5% from 255 or 21.83% from 142); Blue value is 104 (41.02% from 255 or 73.24% from 142); Max value from RGB is 104 - color contains mainly: blue. Hex color #071F68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071F68 is #F8E097. Grayscale: #1F1F1F. Windows color (decimal): -16310424 or 6823687. OLE color: 6823687.

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

Color convert

RGB 7 31 104 -
CMYK 0.93 0.70 0 0.59
HSL 225.15º 0.87% 0.22% -
HSV(B) 225.15º 0.93% 0.41% -
XYZ 3.08 2.02 13.33 -
YUV 32.15 168.55 110.06 -
System Red Green Blue C M Y K H S L
Decimal 7 31 104 0.93 0.70 0 0.59 225.15 0.87 0.22
Hex 7 1F 68 5D 46 0 3B E1 57 16
Octal 7 37 150 135 106 0 73 341 127 26
Binary 111 11111 1101000 1011101 1000110 0 111011 11100001 1010111 10110

Color Harmonies of #071F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071F68

Black with #071F68

Text Example


Text Example

White with #071F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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