Html Css Color HEX #092D78 Sapphire

📋 copy color: '#092D78'

red 9 ◦ green 45 ◦ blue 120

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

Shades of Sapphire #092D78

Tints of Sapphire #092D78

RGB

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

 GREEN value IS 45 (17.97% from 255) = 25.86%

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

R = 5.17%
G = 25.86%
B = 68.97%

CMYK

 C value IS 0.92

 M value IS 0.63

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#092D78 (or 0x092D78) is known color: Sapphire. HEX triplet: 09, 2D and 78. RGB value is (9,45,120). Sum of RGB (Red+Green+Blue) = 9+45+120=174 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.17% from 174); Green value is 45 (17.97% from 255 or 25.86% from 174); Blue value is 120 (47.27% from 255 or 68.97% from 174); Max value from RGB is 120 - color contains mainly: blue. Hex color #092D78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092D78 is #F6D287. Grayscale: #2A2A2A. Windows color (decimal): -16175752 or 7875849. OLE color: 7875849.

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

Color convert

RGB 9 45 120 -
CMYK 0.92 0.63 0 0.53
HSL 220.54º 0.86% 0.25% -
HSV(B) 220.54º 0.93% 0.47% -
XYZ 4.44 3.29 18.17 -
YUV 42.79 171.57 103.9 -
System Red Green Blue C M Y K H S L
Decimal 9 45 120 0.92 0.63 0 0.53 220.54 0.86 0.25
Hex 9 2D 78 5C 3F 0 35 DD 56 19
Octal 11 55 170 134 77 0 65 335 126 31
Binary 1001 101101 1111000 1011100 111111 0 110101 11011101 1010110 11001

Color Harmonies of #092D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092D78

Black with #092D78

Text Example


Text Example

White with #092D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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