Html Css Color HEX #09254E Sapphire

📋 copy color: '#09254E'

red 9 ◦ green 37 ◦ blue 78

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

Shades of Sapphire #09254E

Tints of Sapphire #09254E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 29.84%

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

R = 7.26%
G = 29.84%
B = 62.9%

CMYK

 C value IS 0.88

 M value IS 0.53

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#09254E (or 0x09254E) is known color: Sapphire. HEX triplet: 09, 25 and 4E. RGB value is (9,37,78). Sum of RGB (Red+Green+Blue) = 9+37+78=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 37 (14.84% from 255 or 29.84% from 124); Blue value is 78 (30.86% from 255 or 62.90% from 124); Max value from RGB is 78 - color contains mainly: blue. Hex color #09254E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09254E is #F6DAB1. Grayscale: #212121. Windows color (decimal): -16177842 or 5121289. OLE color: 5121289.

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

Color convert

RGB 9 37 78 -
CMYK 0.88 0.53 0 0.69
HSL 215.65º 0.79% 0.17% -
HSV(B) 215.65º 0.88% 0.31% -
XYZ 2.15 1.93 7.47 -
YUV 33.3 153.22 110.67 -
System Red Green Blue C M Y K H S L
Decimal 9 37 78 0.88 0.53 0 0.69 215.65 0.79 0.17
Hex 9 25 4E 58 35 0 45 D8 4F 11
Octal 11 45 116 130 65 0 105 330 117 21
Binary 1001 100101 1001110 1011000 110101 0 1000101 11011000 1001111 10001

Color Harmonies of #09254E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09254E

Black with #09254E

Text Example


Text Example

White with #09254E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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