Html Css Color HEX #05949F Eastern Blue

📋 copy color: '#05949F'

red 5 ◦ green 148 ◦ blue 159

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

Shades of Eastern Blue #05949F

Tints of Eastern Blue #05949F

RGB

 RED value IS 5 (2.34% from 255) = 1.6%

 GREEN value IS 148 (58.2% from 255) = 47.44%

 BLUE value IS 159 (62.5% from 255) = 50.96%

R = 1.6%
G = 47.44%
B = 50.96%

CMYK

 C value IS 0.97

 M value IS 0.07

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#05949F (or 0x05949F) is known color: Eastern Blue. HEX triplet: 05, 94 and 9F. RGB value is (5,148,159). Sum of RGB (Red+Green+Blue) = 5+148+159=312 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 312); Green value is 148 (58.20% from 255 or 47.44% from 312); Blue value is 159 (62.5% from 255 or 50.96% from 312); Max value from RGB is 159 - color contains mainly: blue. Hex color #05949F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05949F is #FA6B60. Grayscale: #6A6A6A. Windows color (decimal): -16411489 or 10458117. OLE color: 10458117.

HSL color Cylindrical-coordinate representation of color #05949F: hue angle of 184.29º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05949F is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 5 148 159 -
CMYK 0.97 0.07 0 0.38
HSL 184.29º 0.94% 0.32% -
HSV(B) 184.29º 0.97% 0.62% -
XYZ 16.91 23.72 36.49 -
YUV 106.5 157.62 55.61 -
System Red Green Blue C M Y K H S L
Decimal 5 148 159 0.97 0.07 0 0.38 184.29 0.94 0.32
Hex 5 94 9F 61 7 0 26 B8 5E 20
Octal 5 224 237 141 7 0 46 270 136 40
Binary 101 10010100 10011111 1100001 111 0 100110 10111000 1011110 100000

Color Harmonies of #05949F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05949F

Black with #05949F

Text Example


Text Example

White with #05949F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05949F; }

 p { color: rgb(5,148,159); }

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

background-color css

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

 a { background-color: rgb(5,148,159); }

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

border-color css

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

 span { border-color: rgb(5,148,159); }

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