Html Css Color HEX #092B78 Sapphire

📋 copy color: '#092B78'

red 9 ◦ green 43 ◦ blue 120

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

Shades of Sapphire #092B78

Tints of Sapphire #092B78

RGB

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

 GREEN value IS 43 (17.19% from 255) = 25%

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

R = 5.23%
G = 25%
B = 69.77%

CMYK

 C value IS 0.92

 M value IS 0.64

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#092B78 (or 0x092B78) is known color: Sapphire. HEX triplet: 09, 2B and 78. RGB value is (9,43,120). Sum of RGB (Red+Green+Blue) = 9+43+120=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 43 (17.19% from 255 or 25% from 172); Blue value is 120 (47.27% from 255 or 69.77% from 172); Max value from RGB is 120 - color contains mainly: blue. Hex color #092B78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092B78 is #F6D487. Grayscale: #292929. Windows color (decimal): -16176264 or 7875337. OLE color: 7875337.

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

Color convert

RGB 9 43 120 -
CMYK 0.92 0.64 0 0.53
HSL 221.62º 0.86% 0.25% -
HSV(B) 221.62º 0.93% 0.47% -
XYZ 4.37 3.14 18.15 -
YUV 41.61 172.24 104.74 -
System Red Green Blue C M Y K H S L
Decimal 9 43 120 0.92 0.64 0 0.53 221.62 0.86 0.25
Hex 9 2B 78 5C 40 0 35 DE 56 19
Octal 11 53 170 134 100 0 65 336 126 31
Binary 1001 101011 1111000 1011100 1000000 0 110101 11011110 1010110 11001

Color Harmonies of #092B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092B78

Black with #092B78

Text Example


Text Example

White with #092B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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