Html Css Color HEX #019098 Eastern Blue

📋 copy color: '#019098'

red 1 ◦ green 144 ◦ blue 152

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

Shades of Eastern Blue #019098

Tints of Eastern Blue #019098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 51.18%

R = 0.34%
G = 48.48%
B = 51.18%

CMYK

 C value IS 0.99

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#019098 (or 0x019098) is known color: Eastern Blue. HEX triplet: 01, 90 and 98. RGB value is (1,144,152). Sum of RGB (Red+Green+Blue) = 1+144+152=297 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 297); Green value is 144 (56.64% from 255 or 48.48% from 297); Blue value is 152 (59.77% from 255 or 51.18% from 297); Max value from RGB is 152 - color contains mainly: blue. Hex color #019098 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019098 is #FE6F67. Grayscale: #656565. Windows color (decimal): -16674664 or 9998337. OLE color: 9998337.

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

Color convert

RGB 1 144 152 -
CMYK 0.99 0.05 0 0.40
HSL 183.18º 0.99% 0.3% -
HSV(B) 183.18º 0.99% 0.6% -
XYZ 15.65 22.22 33.17 -
YUV 102.16 156.12 55.85 -
System Red Green Blue C M Y K H S L
Decimal 1 144 152 0.99 0.05 0 0.40 183.18 0.99 0.3
Hex 1 90 98 63 5 0 28 B7 63 1E
Octal 1 220 230 143 5 0 50 267 143 36
Binary 1 10010000 10011000 1100011 101 0 101000 10110111 1100011 11110

Color Harmonies of #019098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019098

Black with #019098

Text Example


Text Example

White with #019098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019098; }

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

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

background-color css

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

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

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

border-color css

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

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

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