Html Css Color HEX #093078 Sapphire

📋 copy color: '#093078'

red 9 ◦ green 48 ◦ blue 120

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

Shades of Sapphire #093078

Tints of Sapphire #093078

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.12%

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

R = 5.08%
G = 27.12%
B = 67.8%

CMYK

 C value IS 0.92

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#093078 (or 0x093078) is known color: Sapphire. HEX triplet: 09, 30 and 78. RGB value is (9,48,120). Sum of RGB (Red+Green+Blue) = 9+48+120=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 48 (19.14% from 255 or 27.12% from 177); Blue value is 120 (47.27% from 255 or 67.80% from 177); Max value from RGB is 120 - color contains mainly: blue. Hex color #093078 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093078 is #F6CF87. Grayscale: #2C2C2C. Windows color (decimal): -16174984 or 7876617. OLE color: 7876617.

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

Color convert

RGB 9 48 120 -
CMYK 0.92 0.60 0 0.53
HSL 218.92º 0.86% 0.25% -
HSV(B) 218.92º 0.93% 0.47% -
XYZ 4.56 3.53 18.21 -
YUV 44.55 170.58 102.65 -
System Red Green Blue C M Y K H S L
Decimal 9 48 120 0.92 0.60 0 0.53 218.92 0.86 0.25
Hex 9 30 78 5C 3C 0 35 DB 56 19
Octal 11 60 170 134 74 0 65 333 126 31
Binary 1001 110000 1111000 1011100 111100 0 110101 11011011 1010110 11001

Color Harmonies of #093078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093078

Black with #093078

Text Example


Text Example

White with #093078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093078; }

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

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

background-color css

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

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

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

border-color css

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

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

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