Html Css Color HEX #1093A3 Eastern Blue

📋 copy color: '#1093A3'

red 16 ◦ green 147 ◦ blue 163

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

Shades of Eastern Blue #1093A3

Tints of Eastern Blue #1093A3

RGB

 RED value IS 16 (6.64% from 255) = 4.91%

 GREEN value IS 147 (57.81% from 255) = 45.09%

 BLUE value IS 163 (64.06% from 255) = 50%

R = 4.91%
G = 45.09%
B = 50%

CMYK

 C value IS 0.90

 M value IS 0.10

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1093A3 (or 0x1093A3) is known color: Eastern Blue. HEX triplet: 10, 93 and A3. RGB value is (16,147,163). Sum of RGB (Red+Green+Blue) = 16+147+163=326 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.91% from 326); Green value is 147 (57.81% from 255 or 45.09% from 326); Blue value is 163 (64.06% from 255 or 50% from 326); Max value from RGB is 163 - color contains mainly: blue. Hex color #1093A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1093A3 is #EF6C5C. Grayscale: #6D6D6D. Windows color (decimal): -15690845 or 10720016. OLE color: 10720016.

HSL color Cylindrical-coordinate representation of color #1093A3: hue angle of 186.53º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1093A3 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 16 147 163 -
CMYK 0.90 0.10 0 0.36
HSL 186.53º 0.82% 0.35% -
HSV(B) 186.53º 0.9% 0.64% -
XYZ 17.26 23.62 38.3 -
YUV 109.66 158.1 61.2 -
System Red Green Blue C M Y K H S L
Decimal 16 147 163 0.90 0.10 0 0.36 186.53 0.82 0.35
Hex 10 93 A3 5A A 0 24 BB 52 23
Octal 20 223 243 132 12 0 44 273 122 43
Binary 10000 10010011 10100011 1011010 1010 0 100100 10111011 1010010 100011

Color Harmonies of #1093A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1093A3

Black with #1093A3

Text Example


Text Example

White with #1093A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1093A3; }

 p { color: rgb(16,147,163); }

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

background-color css

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

 a { background-color: rgb(16,147,163); }

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

border-color css

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

 span { border-color: rgb(16,147,163); }

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