Html Css Color HEX #09297D Sapphire

📋 copy color: '#09297D'

red 9 ◦ green 41 ◦ blue 125

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

Shades of Sapphire #09297D

Tints of Sapphire #09297D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.43%

 BLUE value IS 125 (49.22% from 255) = 71.43%

R = 5.14%
G = 23.43%
B = 71.43%

CMYK

 C value IS 0.93

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#09297D (or 0x09297D) is known color: Sapphire. HEX triplet: 09, 29 and 7D. RGB value is (9,41,125). Sum of RGB (Red+Green+Blue) = 9+41+125=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 125 (49.22% from 255 or 71.43% from 175); Max value from RGB is 125 - color contains mainly: blue. Hex color #09297D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09297D is #F6D682. Grayscale: #282828. Windows color (decimal): -16176771 or 8202505. OLE color: 8202505.

HSL color Cylindrical-coordinate representation of color #09297D: hue angle of 223.45º 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 #09297D is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 9 41 125 -
CMYK 0.93 0.67 0 0.51
HSL 223.45º 0.87% 0.26% -
HSV(B) 223.45º 0.93% 0.49% -
XYZ 4.61 3.12 19.76 -
YUV 41.01 175.4 105.17 -
System Red Green Blue C M Y K H S L
Decimal 9 41 125 0.93 0.67 0 0.51 223.45 0.87 0.26
Hex 9 29 7D 5D 43 0 33 DF 57 1A
Octal 11 51 175 135 103 0 63 337 127 32
Binary 1001 101001 1111101 1011101 1000011 0 110011 11011111 1010111 11010

Color Harmonies of #09297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09297D

Black with #09297D

Text Example


Text Example

White with #09297D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09297D; }

 p { color: rgb(9,41,125); }

 H1.HeaderClassName
 {
   color: #09297D;
 }
 .AnyTagClassName
 {
   color: #09297D;
 }
</style>

background-color css

<style>
 a { background-color: #09297D; }

 a { background-color: rgb(9,41,125); }

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

border-color css

<style>
 span { border-color: #09297D; }

 span { border-color: rgb(9,41,125); }

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