Html Css Color HEX #01809A Eastern Blue

📋 copy color: '#01809A'

red 1 ◦ green 128 ◦ blue 154

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

Shades of Eastern Blue #01809A

Tints of Eastern Blue #01809A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.23%

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

R = 0.35%
G = 45.23%
B = 54.42%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#01809A (or 0x01809A) is known color: Eastern Blue. HEX triplet: 01, 80 and 9A. RGB value is (1,128,154). Sum of RGB (Red+Green+Blue) = 1+128+154=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 154 (60.55% from 255 or 54.42% from 283); Max value from RGB is 154 - color contains mainly: blue. Hex color #01809A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01809A is #FE7F65. Grayscale: #5C5C5C. Windows color (decimal): -16678758 or 10125313. OLE color: 10125313.

HSL color Cylindrical-coordinate representation of color #01809A: hue angle of 190.2º 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 #01809A is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 1 128 154 -
CMYK 0.99 0.17 0 0.40
HSL 190.2º 0.99% 0.3% -
HSV(B) 190.2º 0.99% 0.6% -
XYZ 13.56 17.78 33.29 -
YUV 92.99 162.42 62.39 -
System Red Green Blue C M Y K H S L
Decimal 1 128 154 0.99 0.17 0 0.40 190.2 0.99 0.3
Hex 1 80 9A 63 11 0 28 BE 63 1E
Octal 1 200 232 143 21 0 50 276 143 36
Binary 1 10000000 10011010 1100011 10001 0 101000 10111110 1100011 11110

Color Harmonies of #01809A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01809A

Black with #01809A

Text Example


Text Example

White with #01809A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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