Html Css Color HEX #092F77 Sapphire

📋 copy color: '#092F77'

red 9 ◦ green 47 ◦ blue 119

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

Shades of Sapphire #092F77

Tints of Sapphire #092F77

RGB

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

 GREEN value IS 47 (18.75% from 255) = 26.86%

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

R = 5.14%
G = 26.86%
B = 68%

CMYK

 C value IS 0.92

 M value IS 0.61

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#092F77 (or 0x092F77) is known color: Sapphire. HEX triplet: 09, 2F and 77. RGB value is (9,47,119). Sum of RGB (Red+Green+Blue) = 9+47+119=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 47 (18.75% from 255 or 26.86% from 175); Blue value is 119 (46.88% from 255 or 68% from 175); Max value from RGB is 119 - color contains mainly: blue. Hex color #092F77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092F77 is #F6D088. Grayscale: #2B2B2B. Windows color (decimal): -16175241 or 7810825. OLE color: 7810825.

HSL color Cylindrical-coordinate representation of color #092F77: hue angle of 219.27º 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 #092F77 is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 9 47 119 -
CMYK 0.92 0.61 0 0.53
HSL 219.27º 0.86% 0.25% -
HSV(B) 219.27º 0.92% 0.47% -
XYZ 4.46 3.42 17.88 -
YUV 43.85 170.41 103.15 -
System Red Green Blue C M Y K H S L
Decimal 9 47 119 0.92 0.61 0 0.53 219.27 0.86 0.25
Hex 9 2F 77 5C 3D 0 35 DB 56 19
Octal 11 57 167 134 75 0 65 333 126 31
Binary 1001 101111 1110111 1011100 111101 0 110101 11011011 1010110 11001

Color Harmonies of #092F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092F77

Black with #092F77

Text Example


Text Example

White with #092F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092F77; }

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

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

background-color css

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

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

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

border-color css

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

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

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