Html Css Color HEX #01909A Eastern Blue

📋 copy color: '#01909A'

red 1 ◦ green 144 ◦ blue 154

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

Shades of Eastern Blue #01909A

Tints of Eastern Blue #01909A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 51.51%

R = 0.33%
G = 48.16%
B = 51.51%

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#01909A (or 0x01909A) is known color: Eastern Blue. HEX triplet: 01, 90 and 9A. RGB value is (1,144,154). Sum of RGB (Red+Green+Blue) = 1+144+154=299 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 299); Green value is 144 (56.64% from 255 or 48.16% from 299); Blue value is 154 (60.55% from 255 or 51.51% from 299); Max value from RGB is 154 - color contains mainly: blue. Hex color #01909A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01909A is #FE6F65. Grayscale: #666666. Windows color (decimal): -16674662 or 10129409. OLE color: 10129409.

HSL color Cylindrical-coordinate representation of color #01909A: hue angle of 183.92º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01909A is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 1 144 154 -
CMYK 0.99 0.06 0 0.40
HSL 183.92º 0.99% 0.3% -
HSV(B) 183.92º 0.99% 0.6% -
XYZ 15.82 22.29 34.04 -
YUV 102.38 157.12 55.69 -
System Red Green Blue C M Y K H S L
Decimal 1 144 154 0.99 0.06 0 0.40 183.92 0.99 0.3
Hex 1 90 9A 63 6 0 28 B8 63 1E
Octal 1 220 232 143 6 0 50 270 143 36
Binary 1 10010000 10011010 1100011 110 0 101000 10111000 1100011 11110

Color Harmonies of #01909A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01909A

Black with #01909A

Text Example


Text Example

White with #01909A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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