Html Css Color HEX #092478 Sapphire

📋 copy color: '#092478'

red 9 ◦ green 36 ◦ blue 120

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

Shades of Sapphire #092478

Tints of Sapphire #092478

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.82%

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

R = 5.45%
G = 21.82%
B = 72.73%

CMYK

 C value IS 0.92

 M value IS 0.7

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#092478 (or 0x092478) is known color: Sapphire. HEX triplet: 09, 24 and 78. RGB value is (9,36,120). Sum of RGB (Red+Green+Blue) = 9+36+120=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 36 (14.45% from 255 or 21.82% from 165); Blue value is 120 (47.27% from 255 or 72.73% from 165); Max value from RGB is 120 - color contains mainly: blue. Hex color #092478 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092478 is #F6DB87. Grayscale: #252525. Windows color (decimal): -16178056 or 7873545. OLE color: 7873545.

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

Color convert

RGB 9 36 120 -
CMYK 0.92 0.7 0 0.53
HSL 225.41º 0.86% 0.25% -
HSV(B) 225.41º 0.93% 0.47% -
XYZ 4.13 2.68 18.07 -
YUV 37.5 174.55 107.67 -
System Red Green Blue C M Y K H S L
Decimal 9 36 120 0.92 0.7 0 0.53 225.41 0.86 0.25
Hex 9 24 78 5C 46 0 35 E1 56 19
Octal 11 44 170 134 106 0 65 341 126 31
Binary 1001 100100 1111000 1011100 1000110 0 110101 11100001 1010110 11001

Color Harmonies of #092478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092478

Black with #092478

Text Example


Text Example

White with #092478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092478; }

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

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

background-color css

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

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

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

border-color css

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

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

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