Html Css Color HEX #018199 Eastern Blue

📋 copy color: '#018199'

red 1 ◦ green 129 ◦ blue 153

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

Shades of Eastern Blue #018199

Tints of Eastern Blue #018199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 54.06%

R = 0.35%
G = 45.58%
B = 54.06%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#018199 (or 0x018199) is known color: Eastern Blue. HEX triplet: 01, 81 and 99. RGB value is (1,129,153). Sum of RGB (Red+Green+Blue) = 1+129+153=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 129 (50.78% from 255 or 45.58% from 283); Blue value is 153 (60.16% from 255 or 54.06% from 283); Max value from RGB is 153 - color contains mainly: blue. Hex color #018199 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018199 is #FE7E66. Grayscale: #5D5D5D. Windows color (decimal): -16678503 or 10060033. OLE color: 10060033.

HSL color Cylindrical-coordinate representation of color #018199: hue angle of 189.47º 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 #018199 is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 1 129 153 -
CMYK 0.99 0.16 0 0.4
HSL 189.47º 0.99% 0.3% -
HSV(B) 189.47º 0.99% 0.6% -
XYZ 13.61 18.01 32.9 -
YUV 93.46 161.59 62.05 -
System Red Green Blue C M Y K H S L
Decimal 1 129 153 0.99 0.16 0 0.4 189.47 0.99 0.3
Hex 1 81 99 63 10 0 28 BD 63 1E
Octal 1 201 231 143 20 0 50 275 143 36
Binary 1 10000001 10011001 1100011 10000 0 101000 10111101 1100011 11110

Color Harmonies of #018199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018199

Black with #018199

Text Example


Text Example

White with #018199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018199; }

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

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

background-color css

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

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

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

border-color css

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

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

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