Html Css Color HEX #01959D Eastern Blue

📋 copy color: '#01959D'

red 1 ◦ green 149 ◦ blue 157

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

Shades of Eastern Blue #01959D

Tints of Eastern Blue #01959D

RGB

 RED value IS 1 (0.78% from 255) = 0.33%

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

 BLUE value IS 157 (61.72% from 255) = 51.14%

R = 0.33%
G = 48.53%
B = 51.14%

CMYK

 C value IS 0.99

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01959D (or 0x01959D) is known color: Eastern Blue. HEX triplet: 01, 95 and 9D. RGB value is (1,149,157). Sum of RGB (Red+Green+Blue) = 1+149+157=307 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 307); Green value is 149 (58.59% from 255 or 48.53% from 307); Blue value is 157 (61.72% from 255 or 51.14% from 307); Max value from RGB is 157 - color contains mainly: blue. Hex color #01959D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01959D is #FE6A62. Grayscale: #696969. Windows color (decimal): -16673379 or 10327297. OLE color: 10327297.

HSL color Cylindrical-coordinate representation of color #01959D: hue angle of 183.08º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01959D is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 149 157 -
CMYK 0.99 0.05 0 0.38
HSL 183.08º 0.99% 0.31% -
HSV(B) 183.08º 0.99% 0.62% -
XYZ 16.85 23.94 35.63 -
YUV 105.66 156.97 53.35 -
System Red Green Blue C M Y K H S L
Decimal 1 149 157 0.99 0.05 0 0.38 183.08 0.99 0.31
Hex 1 95 9D 63 5 0 26 B7 63 1F
Octal 1 225 235 143 5 0 46 267 143 37
Binary 1 10010101 10011101 1100011 101 0 100110 10110111 1100011 11111

Color Harmonies of #01959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01959D

Black with #01959D

Text Example


Text Example

White with #01959D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01959D; }

 p { color: rgb(1,149,157); }

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

background-color css

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

 a { background-color: rgb(1,149,157); }

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

border-color css

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

 span { border-color: rgb(1,149,157); }

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