Html Css Color HEX #09164D Sapphire

📋 copy color: '#09164D'

red 9 ◦ green 22 ◦ blue 77

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

Shades of Sapphire #09164D

Tints of Sapphire #09164D

RGB

 RED value IS 9 (3.91% from 255) = 8.33%

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

 BLUE value IS 77 (30.47% from 255) = 71.3%

R = 8.33%
G = 20.37%
B = 71.3%

CMYK

 C value IS 0.88

 M value IS 0.71

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#09164D (or 0x09164D) is known color: Sapphire. HEX triplet: 09, 16 and 4D. RGB value is (9,22,77). Sum of RGB (Red+Green+Blue) = 9+22+77=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 22 (8.98% from 255 or 20.37% from 108); Blue value is 77 (30.47% from 255 or 71.30% from 108); Max value from RGB is 77 - color contains mainly: blue. Hex color #09164D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09164D is #F6E9B2. Grayscale: #181818. Windows color (decimal): -16181683 or 5051913. OLE color: 5051913.

HSL color Cylindrical-coordinate representation of color #09164D: hue angle of 228.53º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09164D is Cyan = 0.88, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 9 22 77 -
CMYK 0.88 0.71 0 0.70
HSL 228.53º 0.79% 0.17% -
HSV(B) 228.53º 0.88% 0.3% -
XYZ 1.74 1.17 7.15 -
YUV 24.38 157.69 117.03 -
System Red Green Blue C M Y K H S L
Decimal 9 22 77 0.88 0.71 0 0.70 228.53 0.79 0.17
Hex 9 16 4D 58 47 0 46 E5 4F 11
Octal 11 26 115 130 107 0 106 345 117 21
Binary 1001 10110 1001101 1011000 1000111 0 1000110 11100101 1001111 10001

Color Harmonies of #09164D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09164D

Black with #09164D

Text Example


Text Example

White with #09164D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09164D; }

 p { color: rgb(9,22,77); }

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

background-color css

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

 a { background-color: rgb(9,22,77); }

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

border-color css

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

 span { border-color: rgb(9,22,77); }

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