Html Css Color HEX #092978 Sapphire

📋 copy color: '#092978'

red 9 ◦ green 41 ◦ blue 120

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

Shades of Sapphire #092978

Tints of Sapphire #092978

RGB

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

 GREEN value IS 41 (16.41% from 255) = 24.12%

 BLUE value IS 120 (47.27% from 255) = 70.59%

R = 5.29%
G = 24.12%
B = 70.59%

CMYK

 C value IS 0.92

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#092978 (or 0x092978) is known color: Sapphire. HEX triplet: 09, 29 and 78. RGB value is (9,41,120). Sum of RGB (Red+Green+Blue) = 9+41+120=170 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.29% from 170); Green value is 41 (16.41% from 255 or 24.12% from 170); Blue value is 120 (47.27% from 255 or 70.59% from 170); Max value from RGB is 120 - color contains mainly: blue. Hex color #092978 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092978 is #F6D687. Grayscale: #282828. Windows color (decimal): -16176776 or 7874825. OLE color: 7874825.

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

Color convert

RGB 9 41 120 -
CMYK 0.92 0.66 0 0.53
HSL 222.7º 0.86% 0.25% -
HSV(B) 222.7º 0.93% 0.47% -
XYZ 4.3 3 18.12 -
YUV 40.44 172.9 105.58 -
System Red Green Blue C M Y K H S L
Decimal 9 41 120 0.92 0.66 0 0.53 222.7 0.86 0.25
Hex 9 29 78 5C 42 0 35 DF 56 19
Octal 11 51 170 134 102 0 65 337 126 31
Binary 1001 101001 1111000 1011100 1000010 0 110101 11011111 1010110 11001

Color Harmonies of #092978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092978

Black with #092978

Text Example


Text Example

White with #092978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092978; }

 p { color: rgb(9,41,120); }

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

background-color css

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

 a { background-color: rgb(9,41,120); }

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

border-color css

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

 span { border-color: rgb(9,41,120); }

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