Html Css Color HEX #093277 Sapphire

📋 copy color: '#093277'

red 9 ◦ green 50 ◦ blue 119

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

Shades of Sapphire #093277

Tints of Sapphire #093277

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.09%

 BLUE value IS 119 (46.88% from 255) = 66.85%

R = 5.06%
G = 28.09%
B = 66.85%

CMYK

 C value IS 0.92

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#093277 (or 0x093277) is known color: Sapphire. HEX triplet: 09, 32 and 77. RGB value is (9,50,119). Sum of RGB (Red+Green+Blue) = 9+50+119=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 119 (46.88% from 255 or 66.85% from 178); Max value from RGB is 119 - color contains mainly: blue. Hex color #093277 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093277 is #F6CD88. Grayscale: #2D2D2D. Windows color (decimal): -16174473 or 7811593. OLE color: 7811593.

HSL color Cylindrical-coordinate representation of color #093277: hue angle of 217.64º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #093277 is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 9 50 119 -
CMYK 0.92 0.58 0 0.53
HSL 217.64º 0.86% 0.25% -
HSV(B) 217.64º 0.92% 0.47% -
XYZ 4.58 3.67 17.92 -
YUV 45.61 169.42 101.89 -
System Red Green Blue C M Y K H S L
Decimal 9 50 119 0.92 0.58 0 0.53 217.64 0.86 0.25
Hex 9 32 77 5C 3A 0 35 DA 56 19
Octal 11 62 167 134 72 0 65 332 126 31
Binary 1001 110010 1110111 1011100 111010 0 110101 11011010 1010110 11001

Color Harmonies of #093277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093277

Black with #093277

Text Example


Text Example

White with #093277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093277; }

 p { color: rgb(9,50,119); }

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

background-color css

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

 a { background-color: rgb(9,50,119); }

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

border-color css

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

 span { border-color: rgb(9,50,119); }

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