Html Css Color HEX #09287E Sapphire

📋 copy color: '#09287E'

red 9 ◦ green 40 ◦ blue 126

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

Shades of Sapphire #09287E

Tints of Sapphire #09287E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.86%

 BLUE value IS 126 (49.61% from 255) = 72%

R = 5.14%
G = 22.86%
B = 72%

CMYK

 C value IS 0.93

 M value IS 0.68

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#09287E (or 0x09287E) is known color: Sapphire. HEX triplet: 09, 28 and 7E. RGB value is (9,40,126). Sum of RGB (Red+Green+Blue) = 9+40+126=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 40 (16.02% from 255 or 22.86% from 175); Blue value is 126 (49.61% from 255 or 72% from 175); Max value from RGB is 126 - color contains mainly: blue. Hex color #09287E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09287E is #F6D781. Grayscale: #282828. Windows color (decimal): -16177026 or 8267785. OLE color: 8267785.

HSL color Cylindrical-coordinate representation of color #09287E: hue angle of 224.1º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09287E is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 9 40 126 -
CMYK 0.93 0.68 0 0.51
HSL 224.1º 0.87% 0.26% -
HSV(B) 224.1º 0.93% 0.49% -
XYZ 4.64 3.08 20.09 -
YUV 40.54 176.23 105.51 -
System Red Green Blue C M Y K H S L
Decimal 9 40 126 0.93 0.68 0 0.51 224.1 0.87 0.26
Hex 9 28 7E 5D 44 0 33 E0 57 1A
Octal 11 50 176 135 104 0 63 340 127 32
Binary 1001 101000 1111110 1011101 1000100 0 110011 11100000 1010111 11010

Color Harmonies of #09287E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09287E

Black with #09287E

Text Example


Text Example

White with #09287E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,40,126); }

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

background-color css

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

 a { background-color: rgb(9,40,126); }

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

border-color css

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

 span { border-color: rgb(9,40,126); }

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