Html Css Color HEX #09277F Sapphire

📋 copy color: '#09277F'

red 9 ◦ green 39 ◦ blue 127

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

Shades of Sapphire #09277F

Tints of Sapphire #09277F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 72.57%

R = 5.14%
G = 22.29%
B = 72.57%

CMYK

 C value IS 0.93

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#09277F (or 0x09277F) is known color: Sapphire. HEX triplet: 09, 27 and 7F. RGB value is (9,39,127). Sum of RGB (Red+Green+Blue) = 9+39+127=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 127 (50% from 255 or 72.57% from 175); Max value from RGB is 127 - color contains mainly: blue. Hex color #09277F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09277F is #F6D880. Grayscale: #272727. Windows color (decimal): -16177281 or 8333065. OLE color: 8333065.

HSL color Cylindrical-coordinate representation of color #09277F: hue angle of 224.75º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09277F is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 9 39 127 -
CMYK 0.93 0.69 0 0.50
HSL 224.75º 0.87% 0.27% -
HSV(B) 224.75º 0.93% 0.5% -
XYZ 4.67 3.04 20.42 -
YUV 40.06 177.06 105.84 -
System Red Green Blue C M Y K H S L
Decimal 9 39 127 0.93 0.69 0 0.50 224.75 0.87 0.27
Hex 9 27 7F 5D 45 0 32 E1 57 1B
Octal 11 47 177 135 105 0 62 341 127 33
Binary 1001 100111 1111111 1011101 1000101 0 110010 11100001 1010111 11011

Color Harmonies of #09277F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09277F

Black with #09277F

Text Example


Text Example

White with #09277F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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