Html Css Color HEX #081769 Sapphire

📋 copy color: '#081769'

red 8 ◦ green 23 ◦ blue 105

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

Shades of Sapphire #081769

Tints of Sapphire #081769

RGB

 RED value IS 8 (3.52% from 255) = 5.88%

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

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

R = 5.88%
G = 16.91%
B = 77.21%

CMYK

 C value IS 0.92

 M value IS 0.78

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#081769 (or 0x081769) is known color: Sapphire. HEX triplet: 08, 17 and 69. RGB value is (8,23,105). Sum of RGB (Red+Green+Blue) = 8+23+105=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 23 (9.38% from 255 or 16.91% from 136); Blue value is 105 (41.41% from 255 or 77.21% from 136); Max value from RGB is 105 - color contains mainly: blue. Hex color #081769 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081769 is #F7E896. Grayscale: #1B1B1B. Windows color (decimal): -16246935 or 6887176. OLE color: 6887176.

HSL color Cylindrical-coordinate representation of color #081769: hue angle of 230.72º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #081769 is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 8 23 105 -
CMYK 0.92 0.78 0 0.59
HSL 230.72º 0.86% 0.22% -
HSV(B) 230.72º 0.92% 0.41% -
XYZ 2.96 1.68 13.53 -
YUV 27.86 171.53 113.83 -
System Red Green Blue C M Y K H S L
Decimal 8 23 105 0.92 0.78 0 0.59 230.72 0.86 0.22
Hex 8 17 69 5C 4E 0 3B E7 56 16
Octal 10 27 151 134 116 0 73 347 126 26
Binary 1000 10111 1101001 1011100 1001110 0 111011 11100111 1010110 10110

Color Harmonies of #081769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081769

Black with #081769

Text Example


Text Example

White with #081769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081769; }

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

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

background-color css

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

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

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

border-color css

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

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

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