Html Css Color HEX #09104D Sapphire

📋 copy color: '#09104D'

red 9 ◦ green 16 ◦ blue 77

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

Shades of Sapphire #09104D

Tints of Sapphire #09104D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.69%

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

R = 8.82%
G = 15.69%
B = 75.49%

CMYK

 C value IS 0.88

 M value IS 0.79

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#09104D (or 0x09104D) is known color: Sapphire. HEX triplet: 09, 10 and 4D. RGB value is (9,16,77). Sum of RGB (Red+Green+Blue) = 9+16+77=102 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.82% from 102); Green value is 16 (6.64% from 255 or 15.69% from 102); Blue value is 77 (30.47% from 255 or 75.49% from 102); Max value from RGB is 77 - color contains mainly: blue. Hex color #09104D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09104D is #F6EFB2. Grayscale: #141414. Windows color (decimal): -16183219 or 5050377. OLE color: 5050377.

HSL color Cylindrical-coordinate representation of color #09104D: hue angle of 233.82º 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 #09104D is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 9 16 77 -
CMYK 0.88 0.79 0 0.70
HSL 233.82º 0.79% 0.17% -
HSV(B) 233.82º 0.88% 0.3% -
XYZ 1.64 0.96 7.12 -
YUV 20.86 159.68 119.54 -
System Red Green Blue C M Y K H S L
Decimal 9 16 77 0.88 0.79 0 0.70 233.82 0.79 0.17
Hex 9 10 4D 58 4F 0 46 EA 4F 11
Octal 11 20 115 130 117 0 106 352 117 21
Binary 1001 10000 1001101 1011000 1001111 0 1000110 11101010 1001111 10001

Color Harmonies of #09104D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09104D

Black with #09104D

Text Example


Text Example

White with #09104D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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