Html Css Color HEX #09234E Sapphire

📋 copy color: '#09234E'

red 9 ◦ green 35 ◦ blue 78

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

Shades of Sapphire #09234E

Tints of Sapphire #09234E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 28.69%

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

R = 7.38%
G = 28.69%
B = 63.93%

CMYK

 C value IS 0.88

 M value IS 0.55

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#09234E (or 0x09234E) is known color: Sapphire. HEX triplet: 09, 23 and 4E. RGB value is (9,35,78). Sum of RGB (Red+Green+Blue) = 9+35+78=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 35 (14.06% from 255 or 28.69% from 122); Blue value is 78 (30.86% from 255 or 63.93% from 122); Max value from RGB is 78 - color contains mainly: blue. Hex color #09234E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09234E is #F6DCB1. Grayscale: #1F1F1F. Windows color (decimal): -16178354 or 5120777. OLE color: 5120777.

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

Color convert

RGB 9 35 78 -
CMYK 0.88 0.55 0 0.69
HSL 217.39º 0.79% 0.17% -
HSV(B) 217.39º 0.88% 0.31% -
XYZ 2.09 1.81 7.45 -
YUV 32.13 153.89 111.5 -
System Red Green Blue C M Y K H S L
Decimal 9 35 78 0.88 0.55 0 0.69 217.39 0.79 0.17
Hex 9 23 4E 58 37 0 45 D9 4F 11
Octal 11 43 116 130 67 0 105 331 117 21
Binary 1001 100011 1001110 1011000 110111 0 1000101 11011001 1001111 10001

Color Harmonies of #09234E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09234E

Black with #09234E

Text Example


Text Example

White with #09234E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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