Html Css Color HEX #09277D Sapphire

📋 copy color: '#09277D'

red 9 ◦ green 39 ◦ blue 125

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

Shades of Sapphire #09277D

Tints of Sapphire #09277D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.54%

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

R = 5.2%
G = 22.54%
B = 72.25%

CMYK

 C value IS 0.93

 M value IS 0.69

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#09277D (or 0x09277D) is known color: Sapphire. HEX triplet: 09, 27 and 7D. RGB value is (9,39,125). Sum of RGB (Red+Green+Blue) = 9+39+125=173 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.20% from 173); Green value is 39 (15.62% from 255 or 22.54% from 173); Blue value is 125 (49.22% from 255 or 72.25% from 173); Max value from RGB is 125 - color contains mainly: blue. Hex color #09277D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09277D is #F6D882. Grayscale: #272727. Windows color (decimal): -16177283 or 8201993. OLE color: 8201993.

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

Color convert

RGB 9 39 125 -
CMYK 0.93 0.69 0 0.51
HSL 224.48º 0.87% 0.26% -
HSV(B) 224.48º 0.93% 0.49% -
XYZ 4.54 2.99 19.74 -
YUV 39.83 176.06 106.01 -
System Red Green Blue C M Y K H S L
Decimal 9 39 125 0.93 0.69 0 0.51 224.48 0.87 0.26
Hex 9 27 7D 5D 45 0 33 E0 57 1A
Octal 11 47 175 135 105 0 63 340 127 32
Binary 1001 100111 1111101 1011101 1000101 0 110011 11100000 1010111 11010

Color Harmonies of #09277D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09277D

Black with #09277D

Text Example


Text Example

White with #09277D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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