Html Css Color HEX #09297C Sapphire

📋 copy color: '#09297C'

red 9 ◦ green 41 ◦ blue 124

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

Shades of Sapphire #09297C

Tints of Sapphire #09297C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 71.26%

R = 5.17%
G = 23.56%
B = 71.26%

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

#09297C (or 0x09297C) is known color: Sapphire. HEX triplet: 09, 29 and 7C. RGB value is (9,41,124). Sum of RGB (Red+Green+Blue) = 9+41+124=174 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.17% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 124 (48.83% from 255 or 71.26% from 174); Max value from RGB is 124 - color contains mainly: blue. Hex color #09297C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09297C is #F6D683. Grayscale: #282828. Windows color (decimal): -16176772 or 8136969. OLE color: 8136969.

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

Color convert

RGB 9 41 124 -
CMYK 0.93 0.67 0 0.51
HSL 223.3º 0.86% 0.26% -
HSV(B) 223.3º 0.93% 0.49% -
XYZ 4.54 3.1 19.43 -
YUV 40.89 174.9 105.25 -
System Red Green Blue C M Y K H S L
Decimal 9 41 124 0.93 0.67 0 0.51 223.3 0.86 0.26
Hex 9 29 7C 5D 43 0 33 DF 56 1A
Octal 11 51 174 135 103 0 63 337 126 32
Binary 1001 101001 1111100 1011101 1000011 0 110011 11011111 1010110 11010

Color Harmonies of #09297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09297C

Black with #09297C

Text Example


Text Example

White with #09297C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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