Html Css Color HEX #071669 Sapphire

📋 copy color: '#071669'

red 7 ◦ green 22 ◦ blue 105

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

Shades of Sapphire #071669

Tints of Sapphire #071669

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.42%

 BLUE value IS 105 (41.41% from 255) = 78.36%

R = 5.22%
G = 16.42%
B = 78.36%

CMYK

 C value IS 0.93

 M value IS 0.79

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#071669 (or 0x071669) is known color: Sapphire. HEX triplet: 07, 16 and 69. RGB value is (7,22,105). Sum of RGB (Red+Green+Blue) = 7+22+105=134 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.22% from 134); Green value is 22 (8.98% from 255 or 16.42% from 134); Blue value is 105 (41.41% from 255 or 78.36% from 134); Max value from RGB is 105 - color contains mainly: blue. Hex color #071669 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071669 is #F8E996. Grayscale: #1A1A1A. Windows color (decimal): -16312727 or 6886919. OLE color: 6886919.

HSL color Cylindrical-coordinate representation of color #071669: hue angle of 230.82º degrees, saturation: 0.88, 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 #071669 is Cyan = 0.93, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 7 22 105 -
CMYK 0.93 0.79 0 0.59
HSL 230.82º 0.88% 0.22% -
HSV(B) 230.82º 0.93% 0.41% -
XYZ 2.92 1.64 13.53 -
YUV 26.98 172.03 113.75 -
System Red Green Blue C M Y K H S L
Decimal 7 22 105 0.93 0.79 0 0.59 230.82 0.88 0.22
Hex 7 16 69 5D 4F 0 3B E7 58 16
Octal 7 26 151 135 117 0 73 347 130 26
Binary 111 10110 1101001 1011101 1001111 0 111011 11100111 1011000 10110

Color Harmonies of #071669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071669

Black with #071669

Text Example


Text Example

White with #071669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071669; }

 p { color: rgb(7,22,105); }

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

background-color css

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

 a { background-color: rgb(7,22,105); }

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

border-color css

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

 span { border-color: rgb(7,22,105); }

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