Html Css Color HEX #081961 Sapphire

📋 copy color: '#081961'

red 8 ◦ green 25 ◦ blue 97

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

Shades of Sapphire #081961

Tints of Sapphire #081961

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.23%

 BLUE value IS 97 (38.28% from 255) = 74.62%

R = 6.15%
G = 19.23%
B = 74.62%

CMYK

 C value IS 0.92

 M value IS 0.74

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#081961 (or 0x081961) is known color: Sapphire. HEX triplet: 08, 19 and 61. RGB value is (8,25,97). Sum of RGB (Red+Green+Blue) = 8+25+97=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 97 (38.28% from 255 or 74.62% from 130); Max value from RGB is 97 - color contains mainly: blue. Hex color #081961 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081961 is #F7E69E. Grayscale: #1B1B1B. Windows color (decimal): -16246431 or 6363400. OLE color: 6363400.

HSL color Cylindrical-coordinate representation of color #081961: hue angle of 228.54º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #081961 is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 25 97 -
CMYK 0.92 0.74 0 0.62
HSL 228.54º 0.85% 0.21% -
HSV(B) 228.54º 0.92% 0.38% -
XYZ 2.61 1.61 11.48 -
YUV 28.13 166.87 113.65 -
System Red Green Blue C M Y K H S L
Decimal 8 25 97 0.92 0.74 0 0.62 228.54 0.85 0.21
Hex 8 19 61 5C 4A 0 3E E5 55 15
Octal 10 31 141 134 112 0 76 345 125 25
Binary 1000 11001 1100001 1011100 1001010 0 111110 11100101 1010101 10101

Color Harmonies of #081961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081961

Black with #081961

Text Example


Text Example

White with #081961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081961; }

 p { color: rgb(8,25,97); }

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

background-color css

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

 a { background-color: rgb(8,25,97); }

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

border-color css

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

 span { border-color: rgb(8,25,97); }

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