Html Css Color HEX #09144E Sapphire

📋 copy color: '#09144E'

red 9 ◦ green 20 ◦ blue 78

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

Shades of Sapphire #09144E

Tints of Sapphire #09144E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 72.9%

R = 8.41%
G = 18.69%
B = 72.9%

CMYK

 C value IS 0.88

 M value IS 0.74

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#09144E (or 0x09144E) is known color: Sapphire. HEX triplet: 09, 14 and 4E. RGB value is (9,20,78). Sum of RGB (Red+Green+Blue) = 9+20+78=107 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.41% from 107); Green value is 20 (8.20% from 255 or 18.69% from 107); Blue value is 78 (30.86% from 255 or 72.90% from 107); Max value from RGB is 78 - color contains mainly: blue. Hex color #09144E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09144E is #F6EBB1. Grayscale: #171717. Windows color (decimal): -16182194 or 5116937. OLE color: 5116937.

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

Color convert

RGB 9 20 78 -
CMYK 0.88 0.74 0 0.69
HSL 230.43º 0.79% 0.17% -
HSV(B) 230.43º 0.88% 0.31% -
XYZ 1.74 1.11 7.33 -
YUV 23.32 158.86 117.78 -
System Red Green Blue C M Y K H S L
Decimal 9 20 78 0.88 0.74 0 0.69 230.43 0.79 0.17
Hex 9 14 4E 58 4A 0 45 E6 4F 11
Octal 11 24 116 130 112 0 105 346 117 21
Binary 1001 10100 1001110 1011000 1001010 0 1000101 11100110 1001111 10001

Color Harmonies of #09144E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09144E

Black with #09144E

Text Example


Text Example

White with #09144E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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