Html Css Color HEX #093074 Sapphire

📋 copy color: '#093074'

red 9 ◦ green 48 ◦ blue 116

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

Shades of Sapphire #093074

Tints of Sapphire #093074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 67.05%

R = 5.2%
G = 27.75%
B = 67.05%

CMYK

 C value IS 0.92

 M value IS 0.59

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#093074 (or 0x093074) is known color: Sapphire. HEX triplet: 09, 30 and 74. RGB value is (9,48,116). Sum of RGB (Red+Green+Blue) = 9+48+116=173 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.20% from 173); Green value is 48 (19.14% from 255 or 27.75% from 173); Blue value is 116 (45.70% from 255 or 67.05% from 173); Max value from RGB is 116 - color contains mainly: blue. Hex color #093074 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093074 is #F6CF8B. Grayscale: #2B2B2B. Windows color (decimal): -16174988 or 7614473. OLE color: 7614473.

HSL color Cylindrical-coordinate representation of color #093074: hue angle of 218.13º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #093074 is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 9 48 116 -
CMYK 0.92 0.59 0 0.55
HSL 218.13º 0.86% 0.25% -
HSV(B) 218.13º 0.92% 0.45% -
XYZ 4.32 3.43 16.96 -
YUV 44.09 168.58 102.97 -
System Red Green Blue C M Y K H S L
Decimal 9 48 116 0.92 0.59 0 0.55 218.13 0.86 0.25
Hex 9 30 74 5C 3B 0 37 DA 56 19
Octal 11 60 164 134 73 0 67 332 126 31
Binary 1001 110000 1110100 1011100 111011 0 110111 11011010 1010110 11001

Color Harmonies of #093074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093074

Black with #093074

Text Example


Text Example

White with #093074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093074; }

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

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

background-color css

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

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

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

border-color css

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

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

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