Html Css Color HEX #09144F Sapphire

📋 copy color: '#09144F'

red 9 ◦ green 20 ◦ blue 79

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

Shades of Sapphire #09144F

Tints of Sapphire #09144F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.52%

 BLUE value IS 79 (31.25% from 255) = 73.15%

R = 8.33%
G = 18.52%
B = 73.15%

CMYK

 C value IS 0.89

 M value IS 0.75

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#09144F (or 0x09144F) is known color: Sapphire. HEX triplet: 09, 14 and 4F. RGB value is (9,20,79). Sum of RGB (Red+Green+Blue) = 9+20+79=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 20 (8.20% from 255 or 18.52% from 108); Blue value is 79 (31.25% from 255 or 73.15% from 108); Max value from RGB is 79 - color contains mainly: blue. Hex color #09144F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09144F is #F6EBB0. Grayscale: #171717. Windows color (decimal): -16182193 or 5182473. OLE color: 5182473.

HSL color Cylindrical-coordinate representation of color #09144F: hue angle of 230.57º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09144F is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 9 20 79 -
CMYK 0.89 0.75 0 0.69
HSL 230.57º 0.8% 0.17% -
HSV(B) 230.57º 0.89% 0.31% -
XYZ 1.77 1.12 7.52 -
YUV 23.44 159.36 117.7 -
System Red Green Blue C M Y K H S L
Decimal 9 20 79 0.89 0.75 0 0.69 230.57 0.8 0.17
Hex 9 14 4F 59 4B 0 45 E7 50 11
Octal 11 24 117 131 113 0 105 347 120 21
Binary 1001 10100 1001111 1011001 1001011 0 1000101 11100111 1010000 10001

Color Harmonies of #09144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09144F

Black with #09144F

Text Example


Text Example

White with #09144F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09144F; }

 p { color: rgb(9,20,79); }

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

background-color css

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

 a { background-color: rgb(9,20,79); }

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

border-color css

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

 span { border-color: rgb(9,20,79); }

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