Html Css Color HEX #071769 Sapphire

📋 copy color: '#071769'

red 7 ◦ green 23 ◦ blue 105

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

Shades of Sapphire #071769

Tints of Sapphire #071769

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.04%

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

R = 5.19%
G = 17.04%
B = 77.78%

CMYK

 C value IS 0.93

 M value IS 0.78

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#071769 (or 0x071769) is known color: Sapphire. HEX triplet: 07, 17 and 69. RGB value is (7,23,105). Sum of RGB (Red+Green+Blue) = 7+23+105=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 23 (9.38% from 255 or 17.04% from 135); Blue value is 105 (41.41% from 255 or 77.78% from 135); Max value from RGB is 105 - color contains mainly: blue. Hex color #071769 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071769 is #F8E896. Grayscale: #1B1B1B. Windows color (decimal): -16312471 or 6887175. OLE color: 6887175.

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

Color convert

RGB 7 23 105 -
CMYK 0.93 0.78 0 0.59
HSL 230.2º 0.88% 0.22% -
HSV(B) 230.2º 0.93% 0.41% -
XYZ 2.94 1.68 13.53 -
YUV 27.56 171.7 113.33 -
System Red Green Blue C M Y K H S L
Decimal 7 23 105 0.93 0.78 0 0.59 230.2 0.88 0.22
Hex 7 17 69 5D 4E 0 3B E6 58 16
Octal 7 27 151 135 116 0 73 346 130 26
Binary 111 10111 1101001 1011101 1001110 0 111011 11100110 1011000 10110

Color Harmonies of #071769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071769

Black with #071769

Text Example


Text Example

White with #071769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071769; }

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

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

background-color css

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

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

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

border-color css

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

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

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