Html Css Color HEX #09277B Sapphire

📋 copy color: '#09277B'

red 9 ◦ green 39 ◦ blue 123

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

Shades of Sapphire #09277B

Tints of Sapphire #09277B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 71.93%

R = 5.26%
G = 22.81%
B = 71.93%

CMYK

 C value IS 0.93

 M value IS 0.68

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#09277B (or 0x09277B) is known color: Sapphire. HEX triplet: 09, 27 and 7B. RGB value is (9,39,123). Sum of RGB (Red+Green+Blue) = 9+39+123=171 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.26% from 171); Green value is 39 (15.62% from 255 or 22.81% from 171); Blue value is 123 (48.44% from 255 or 71.93% from 171); Max value from RGB is 123 - color contains mainly: blue. Hex color #09277B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09277B is #F6D884. Grayscale: #272727. Windows color (decimal): -16177285 or 8070921. OLE color: 8070921.

HSL color Cylindrical-coordinate representation of color #09277B: hue angle of 224.21º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09277B is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 9 39 123 -
CMYK 0.93 0.68 0 0.52
HSL 224.21º 0.86% 0.26% -
HSV(B) 224.21º 0.93% 0.48% -
XYZ 4.41 2.94 19.07 -
YUV 39.61 175.06 106.17 -
System Red Green Blue C M Y K H S L
Decimal 9 39 123 0.93 0.68 0 0.52 224.21 0.86 0.26
Hex 9 27 7B 5D 44 0 34 E0 56 1A
Octal 11 47 173 135 104 0 64 340 126 32
Binary 1001 100111 1111011 1011101 1000100 0 110100 11100000 1010110 11010

Color Harmonies of #09277B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09277B

Black with #09277B

Text Example


Text Example

White with #09277B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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