Html Css Color HEX #0293A0 Eastern Blue

📋 copy color: '#0293A0'

red 2 ◦ green 147 ◦ blue 160

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

Shades of Eastern Blue #0293A0

Tints of Eastern Blue #0293A0

RGB

 RED value IS 2 (1.17% from 255) = 0.65%

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

 BLUE value IS 160 (62.89% from 255) = 51.78%

R = 0.65%
G = 47.57%
B = 51.78%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#0293A0 (or 0x0293A0) is known color: Eastern Blue. HEX triplet: 02, 93 and A0. RGB value is (2,147,160). Sum of RGB (Red+Green+Blue) = 2+147+160=309 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 309); Green value is 147 (57.81% from 255 or 47.57% from 309); Blue value is 160 (62.89% from 255 or 51.78% from 309); Max value from RGB is 160 - color contains mainly: blue. Hex color #0293A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0293A0 is #FD6C5F. Grayscale: #686868. Windows color (decimal): -16608352 or 10523394. OLE color: 10523394.

HSL color Cylindrical-coordinate representation of color #0293A0: hue angle of 184.94º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0293A0 is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 2 147 160 -
CMYK 0.99 0.08 0 0.37
HSL 184.94º 0.98% 0.32% -
HSV(B) 184.94º 0.99% 0.63% -
XYZ 16.8 23.42 36.89 -
YUV 105.13 158.96 54.44 -
System Red Green Blue C M Y K H S L
Decimal 2 147 160 0.99 0.08 0 0.37 184.94 0.98 0.32
Hex 2 93 A0 63 8 0 25 B9 62 20
Octal 2 223 240 143 10 0 45 271 142 40
Binary 10 10010011 10100000 1100011 1000 0 100101 10111001 1100010 100000

Color Harmonies of #0293A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0293A0

Black with #0293A0

Text Example


Text Example

White with #0293A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0293A0; }

 p { color: rgb(2,147,160); }

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

background-color css

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

 a { background-color: rgb(2,147,160); }

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

border-color css

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

 span { border-color: rgb(2,147,160); }

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