Html Css Color HEX #0495A5 Eastern Blue

📋 copy color: '#0495A5'

red 4 ◦ green 149 ◦ blue 165

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

Shades of Eastern Blue #0495A5

Tints of Eastern Blue #0495A5

RGB

 RED value IS 4 (1.95% from 255) = 1.26%

 GREEN value IS 149 (58.59% from 255) = 46.86%

 BLUE value IS 165 (64.84% from 255) = 51.89%

R = 1.26%
G = 46.86%
B = 51.89%

CMYK

 C value IS 0.98

 M value IS 0.10

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#0495A5 (or 0x0495A5) is known color: Eastern Blue. HEX triplet: 04, 95 and A5. RGB value is (4,149,165). Sum of RGB (Red+Green+Blue) = 4+149+165=318 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.26% from 318); Green value is 149 (58.59% from 255 or 46.86% from 318); Blue value is 165 (64.84% from 255 or 51.89% from 318); Max value from RGB is 165 - color contains mainly: blue. Hex color #0495A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0495A5 is #FB6A5A. Grayscale: #6B6B6B. Windows color (decimal): -16476763 or 10851588. OLE color: 10851588.

HSL color Cylindrical-coordinate representation of color #0495A5: hue angle of 185.96º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0495A5 is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 4 149 165 -
CMYK 0.98 0.10 0 0.35
HSL 185.96º 0.95% 0.33% -
HSV(B) 185.96º 0.98% 0.65% -
XYZ 17.59 24.24 39.35 -
YUV 107.47 160.46 54.2 -
System Red Green Blue C M Y K H S L
Decimal 4 149 165 0.98 0.10 0 0.35 185.96 0.95 0.33
Hex 4 95 A5 62 A 0 23 BA 5F 21
Octal 4 225 245 142 12 0 43 272 137 41
Binary 100 10010101 10100101 1100010 1010 0 100011 10111010 1011111 100001

Color Harmonies of #0495A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0495A5

Black with #0495A5

Text Example


Text Example

White with #0495A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0495A5; }

 p { color: rgb(4,149,165); }

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

background-color css

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

 a { background-color: rgb(4,149,165); }

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

border-color css

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

 span { border-color: rgb(4,149,165); }

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