Html Css Color HEX #09145E Sapphire

📋 copy color: '#09145E'

red 9 ◦ green 20 ◦ blue 94

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

Shades of Sapphire #09145E

Tints of Sapphire #09145E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 76.42%

R = 7.32%
G = 16.26%
B = 76.42%

CMYK

 C value IS 0.90

 M value IS 0.79

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#09145E (or 0x09145E) is known color: Sapphire. HEX triplet: 09, 14 and 5E. RGB value is (9,20,94). Sum of RGB (Red+Green+Blue) = 9+20+94=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 94 (37.11% from 255 or 76.42% from 123); Max value from RGB is 94 - color contains mainly: blue. Hex color #09145E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09145E is #F6EBA1. Grayscale: #181818. Windows color (decimal): -16182178 or 6165513. OLE color: 6165513.

HSL color Cylindrical-coordinate representation of color #09145E: hue angle of 232.24º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09145E is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 9 20 94 -
CMYK 0.90 0.79 0 0.63
HSL 232.24º 0.83% 0.2% -
HSV(B) 232.24º 0.9% 0.37% -
XYZ 2.38 1.37 10.73 -
YUV 25.15 166.86 116.48 -
System Red Green Blue C M Y K H S L
Decimal 9 20 94 0.90 0.79 0 0.63 232.24 0.83 0.2
Hex 9 14 5E 5A 4F 0 3F E8 53 14
Octal 11 24 136 132 117 0 77 350 123 24
Binary 1001 10100 1011110 1011010 1001111 0 111111 11101000 1010011 10100

Color Harmonies of #09145E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09145E

Black with #09145E

Text Example


Text Example

White with #09145E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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