Html Css Color HEX #018298 Eastern Blue

📋 copy color: '#018298'

red 1 ◦ green 130 ◦ blue 152

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

Shades of Eastern Blue #018298

Tints of Eastern Blue #018298

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.94%

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

R = 0.35%
G = 45.94%
B = 53.71%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#018298 (or 0x018298) is known color: Eastern Blue. HEX triplet: 01, 82 and 98. RGB value is (1,130,152). Sum of RGB (Red+Green+Blue) = 1+130+152=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 152 (59.77% from 255 or 53.71% from 283); Max value from RGB is 152 - color contains mainly: blue. Hex color #018298 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018298 is #FE7D67. Grayscale: #5D5D5D. Windows color (decimal): -16678248 or 9994753. OLE color: 9994753.

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

Color convert

RGB 1 130 152 -
CMYK 0.99 0.14 0 0.40
HSL 188.74º 0.99% 0.3% -
HSV(B) 188.74º 0.99% 0.6% -
XYZ 13.66 18.24 32.51 -
YUV 93.94 160.76 61.71 -
System Red Green Blue C M Y K H S L
Decimal 1 130 152 0.99 0.14 0 0.40 188.74 0.99 0.3
Hex 1 82 98 63 E 0 28 BD 63 1E
Octal 1 202 230 143 16 0 50 275 143 36
Binary 1 10000010 10011000 1100011 1110 0 101000 10111101 1100011 11110

Color Harmonies of #018298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018298

Black with #018298

Text Example


Text Example

White with #018298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018298; }

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

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

background-color css

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

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

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

border-color css

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

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

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