Html Css Color HEX #09277C Sapphire

📋 copy color: '#09277C'

red 9 ◦ green 39 ◦ blue 124

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

Shades of Sapphire #09277C

Tints of Sapphire #09277C

RGB

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

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

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

R = 5.23%
G = 22.67%
B = 72.09%

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

#09277C (or 0x09277C) is known color: Sapphire. HEX triplet: 09, 27 and 7C. RGB value is (9,39,124). Sum of RGB (Red+Green+Blue) = 9+39+124=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 39 (15.62% from 255 or 22.67% from 172); Blue value is 124 (48.83% from 255 or 72.09% from 172); Max value from RGB is 124 - color contains mainly: blue. Hex color #09277C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09277C is #F6D883. Grayscale: #272727. Windows color (decimal): -16177284 or 8136457. OLE color: 8136457.

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

Color convert

RGB 9 39 124 -
CMYK 0.93 0.69 0 0.51
HSL 224.35º 0.86% 0.26% -
HSV(B) 224.35º 0.93% 0.49% -
XYZ 4.48 2.96 19.41 -
YUV 39.72 175.56 106.09 -
System Red Green Blue C M Y K H S L
Decimal 9 39 124 0.93 0.69 0 0.51 224.35 0.86 0.26
Hex 9 27 7C 5D 45 0 33 E0 56 1A
Octal 11 47 174 135 105 0 63 340 126 32
Binary 1001 100111 1111100 1011101 1000101 0 110011 11100000 1010110 11010

Color Harmonies of #09277C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09277C

Black with #09277C

Text Example


Text Example

White with #09277C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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