Html Css Color HEX #071469 Sapphire

📋 copy color: '#071469'

red 7 ◦ green 20 ◦ blue 105

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

Shades of Sapphire #071469

Tints of Sapphire #071469

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.15%

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

R = 5.3%
G = 15.15%
B = 79.55%

CMYK

 C value IS 0.93

 M value IS 0.81

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#071469 (or 0x071469) is known color: Sapphire. HEX triplet: 07, 14 and 69. RGB value is (7,20,105). Sum of RGB (Red+Green+Blue) = 7+20+105=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 105 (41.41% from 255 or 79.55% from 132); Max value from RGB is 105 - color contains mainly: blue. Hex color #071469 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071469 is #F8EB96. Grayscale: #191919. Windows color (decimal): -16313239 or 6886407. OLE color: 6886407.

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

Color convert

RGB 7 20 105 -
CMYK 0.93 0.81 0 0.59
HSL 232.04º 0.88% 0.22% -
HSV(B) 232.04º 0.93% 0.41% -
XYZ 2.89 1.57 13.51 -
YUV 25.8 172.69 114.59 -
System Red Green Blue C M Y K H S L
Decimal 7 20 105 0.93 0.81 0 0.59 232.04 0.88 0.22
Hex 7 14 69 5D 51 0 3B E8 58 16
Octal 7 24 151 135 121 0 73 350 130 26
Binary 111 10100 1101001 1011101 1010001 0 111011 11101000 1011000 10110

Color Harmonies of #071469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071469

Black with #071469

Text Example


Text Example

White with #071469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071469; }

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

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

background-color css

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

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

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

border-color css

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

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

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