Html Css Color HEX #01909D Eastern Blue

📋 copy color: '#01909D'

red 1 ◦ green 144 ◦ blue 157

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

Shades of Eastern Blue #01909D

Tints of Eastern Blue #01909D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 47.68%

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

R = 0.33%
G = 47.68%
B = 51.99%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01909D (or 0x01909D) is known color: Eastern Blue. HEX triplet: 01, 90 and 9D. RGB value is (1,144,157). Sum of RGB (Red+Green+Blue) = 1+144+157=302 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 302); Green value is 144 (56.64% from 255 or 47.68% from 302); Blue value is 157 (61.72% from 255 or 51.99% from 302); Max value from RGB is 157 - color contains mainly: blue. Hex color #01909D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01909D is #FE6F62. Grayscale: #666666. Windows color (decimal): -16674659 or 10326017. OLE color: 10326017.

HSL color Cylindrical-coordinate representation of color #01909D: hue angle of 185º 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 #01909D is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 144 157 -
CMYK 0.99 0.08 0 0.38
HSL 185º 0.99% 0.31% -
HSV(B) 185º 0.99% 0.62% -
XYZ 16.07 22.39 35.37 -
YUV 102.73 158.62 55.44 -
System Red Green Blue C M Y K H S L
Decimal 1 144 157 0.99 0.08 0 0.38 185 0.99 0.31
Hex 1 90 9D 63 8 0 26 B9 63 1F
Octal 1 220 235 143 10 0 46 271 143 37
Binary 1 10010000 10011101 1100011 1000 0 100110 10111001 1100011 11111

Color Harmonies of #01909D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01909D

Black with #01909D

Text Example


Text Example

White with #01909D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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