Html Css Color HEX #09134E Sapphire

📋 copy color: '#09134E'

red 9 ◦ green 19 ◦ blue 78

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

Shades of Sapphire #09134E

Tints of Sapphire #09134E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.92%

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

R = 8.49%
G = 17.92%
B = 73.58%

CMYK

 C value IS 0.88

 M value IS 0.76

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#09134E (or 0x09134E) is known color: Sapphire. HEX triplet: 09, 13 and 4E. RGB value is (9,19,78). Sum of RGB (Red+Green+Blue) = 9+19+78=106 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.49% from 106); Green value is 19 (7.81% from 255 or 17.92% from 106); Blue value is 78 (30.86% from 255 or 73.58% from 106); Max value from RGB is 78 - color contains mainly: blue. Hex color #09134E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09134E is #F6ECB1. Grayscale: #161616. Windows color (decimal): -16182450 or 5116681. OLE color: 5116681.

HSL color Cylindrical-coordinate representation of color #09134E: hue angle of 231.3º 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 #09134E is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 9 19 78 -
CMYK 0.88 0.76 0 0.69
HSL 231.3º 0.79% 0.17% -
HSV(B) 231.3º 0.88% 0.31% -
XYZ 1.72 1.07 7.32 -
YUV 22.74 159.19 118.2 -
System Red Green Blue C M Y K H S L
Decimal 9 19 78 0.88 0.76 0 0.69 231.3 0.79 0.17
Hex 9 13 4E 58 4C 0 45 E7 4F 11
Octal 11 23 116 130 114 0 105 347 117 21
Binary 1001 10011 1001110 1011000 1001100 0 1000101 11100111 1001111 10001

Color Harmonies of #09134E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09134E

Black with #09134E

Text Example


Text Example

White with #09134E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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