Html Css Color HEX #092F74 Sapphire

📋 copy color: '#092F74'

red 9 ◦ green 47 ◦ blue 116

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

Shades of Sapphire #092F74

Tints of Sapphire #092F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 67.44%

R = 5.23%
G = 27.33%
B = 67.44%

CMYK

 C value IS 0.92

 M value IS 0.59

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#092F74 (or 0x092F74) is known color: Sapphire. HEX triplet: 09, 2F and 74. RGB value is (9,47,116). Sum of RGB (Red+Green+Blue) = 9+47+116=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 47 (18.75% from 255 or 27.33% from 172); Blue value is 116 (45.70% from 255 or 67.44% from 172); Max value from RGB is 116 - color contains mainly: blue. Hex color #092F74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092F74 is #F6D08B. Grayscale: #2B2B2B. Windows color (decimal): -16175244 or 7614217. OLE color: 7614217.

HSL color Cylindrical-coordinate representation of color #092F74: hue angle of 218.69º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #092F74 is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 9 47 116 -
CMYK 0.92 0.59 0 0.55
HSL 218.69º 0.86% 0.25% -
HSV(B) 218.69º 0.92% 0.45% -
XYZ 4.28 3.35 16.94 -
YUV 43.5 168.91 103.39 -
System Red Green Blue C M Y K H S L
Decimal 9 47 116 0.92 0.59 0 0.55 218.69 0.86 0.25
Hex 9 2F 74 5C 3B 0 37 DB 56 19
Octal 11 57 164 134 73 0 67 333 126 31
Binary 1001 101111 1110100 1011100 111011 0 110111 11011011 1010110 11001

Color Harmonies of #092F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092F74

Black with #092F74

Text Example


Text Example

White with #092F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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