Html Css Color HEX #092774 Sapphire

📋 copy color: '#092774'

red 9 ◦ green 39 ◦ blue 116

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

Shades of Sapphire #092774

Tints of Sapphire #092774

RGB

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

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

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

R = 5.49%
G = 23.78%
B = 70.73%

CMYK

 C value IS 0.92

 M value IS 0.66

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#092774 (or 0x092774) is known color: Sapphire. HEX triplet: 09, 27 and 74. RGB value is (9,39,116). Sum of RGB (Red+Green+Blue) = 9+39+116=164 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.49% from 164); Green value is 39 (15.62% from 255 or 23.78% from 164); Blue value is 116 (45.70% from 255 or 70.73% from 164); Max value from RGB is 116 - color contains mainly: blue. Hex color #092774 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092774 is #F6D88B. Grayscale: #262626. Windows color (decimal): -16177292 or 7612169. OLE color: 7612169.

HSL color Cylindrical-coordinate representation of color #092774: hue angle of 223.18º 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 #092774 is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 9 39 116 -
CMYK 0.92 0.66 0 0.55
HSL 223.18º 0.86% 0.25% -
HSV(B) 223.18º 0.92% 0.45% -
XYZ 3.99 2.77 16.85 -
YUV 38.81 171.56 106.74 -
System Red Green Blue C M Y K H S L
Decimal 9 39 116 0.92 0.66 0 0.55 223.18 0.86 0.25
Hex 9 27 74 5C 42 0 37 DF 56 19
Octal 11 47 164 134 102 0 67 337 126 31
Binary 1001 100111 1110100 1011100 1000010 0 110111 11011111 1010110 11001

Color Harmonies of #092774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092774

Black with #092774

Text Example


Text Example

White with #092774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092774; }

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

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

background-color css

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

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

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

border-color css

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

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

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