Html Css Color HEX #092878 Sapphire

📋 copy color: '#092878'

red 9 ◦ green 40 ◦ blue 120

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

Shades of Sapphire #092878

Tints of Sapphire #092878

RGB

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

 GREEN value IS 40 (16.02% from 255) = 23.67%

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

R = 5.33%
G = 23.67%
B = 71.01%

CMYK

 C value IS 0.92

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#092878 (or 0x092878) is known color: Sapphire. HEX triplet: 09, 28 and 78. RGB value is (9,40,120). Sum of RGB (Red+Green+Blue) = 9+40+120=169 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.33% from 169); Green value is 40 (16.02% from 255 or 23.67% from 169); Blue value is 120 (47.27% from 255 or 71.01% from 169); Max value from RGB is 120 - color contains mainly: blue. Hex color #092878 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092878 is #F6D787. Grayscale: #272727. Windows color (decimal): -16177032 or 7874569. OLE color: 7874569.

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

Color convert

RGB 9 40 120 -
CMYK 0.92 0.67 0 0.53
HSL 223.24º 0.86% 0.25% -
HSV(B) 223.24º 0.93% 0.47% -
XYZ 4.26 2.93 18.11 -
YUV 39.85 173.23 106 -
System Red Green Blue C M Y K H S L
Decimal 9 40 120 0.92 0.67 0 0.53 223.24 0.86 0.25
Hex 9 28 78 5C 43 0 35 DF 56 19
Octal 11 50 170 134 103 0 65 337 126 31
Binary 1001 101000 1111000 1011100 1000011 0 110101 11011111 1010110 11001

Color Harmonies of #092878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092878

Black with #092878

Text Example


Text Example

White with #092878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092878; }

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

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

background-color css

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

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

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

border-color css

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

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

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