Html Css Color HEX #01819B Eastern Blue

📋 copy color: '#01819B'

red 1 ◦ green 129 ◦ blue 155

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

Shades of Eastern Blue #01819B

Tints of Eastern Blue #01819B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 45.26%

 BLUE value IS 155 (60.94% from 255) = 54.39%

R = 0.35%
G = 45.26%
B = 54.39%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#01819B (or 0x01819B) is known color: Eastern Blue. HEX triplet: 01, 81 and 9B. RGB value is (1,129,155). Sum of RGB (Red+Green+Blue) = 1+129+155=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 129 (50.78% from 255 or 45.26% from 285); Blue value is 155 (60.94% from 255 or 54.39% from 285); Max value from RGB is 155 - color contains mainly: blue. Hex color #01819B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01819B is #FE7E64. Grayscale: #5D5D5D. Windows color (decimal): -16678501 or 10191105. OLE color: 10191105.

HSL color Cylindrical-coordinate representation of color #01819B: hue angle of 190.13º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01819B is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 1 129 155 -
CMYK 0.99 0.17 0 0.39
HSL 190.13º 0.99% 0.31% -
HSV(B) 190.13º 0.99% 0.61% -
XYZ 13.78 18.07 33.77 -
YUV 93.69 162.59 61.89 -
System Red Green Blue C M Y K H S L
Decimal 1 129 155 0.99 0.17 0 0.39 190.13 0.99 0.31
Hex 1 81 9B 63 11 0 27 BE 63 1F
Octal 1 201 233 143 21 0 47 276 143 37
Binary 1 10000001 10011011 1100011 10001 0 100111 10111110 1100011 11111

Color Harmonies of #01819B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01819B

Black with #01819B

Text Example


Text Example

White with #01819B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01819B; }

 p { color: rgb(1,129,155); }

 H1.HeaderClassName
 {
   color: #01819B;
 }
 .AnyTagClassName
 {
   color: #01819B;
 }
</style>

background-color css

<style>
 a { background-color: #01819B; }

 a { background-color: rgb(1,129,155); }

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

border-color css

<style>
 span { border-color: #01819B; }

 span { border-color: rgb(1,129,155); }

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