Html Css Color HEX #029098 Eastern Blue

📋 copy color: '#029098'

red 2 ◦ green 144 ◦ blue 152

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

Shades of Eastern Blue #029098

Tints of Eastern Blue #029098

RGB

 RED value IS 2 (1.17% from 255) = 0.67%

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

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

R = 0.67%
G = 48.32%
B = 51.01%

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

#029098 (or 0x029098) is known color: Eastern Blue. HEX triplet: 02, 90 and 98. RGB value is (2,144,152). Sum of RGB (Red+Green+Blue) = 2+144+152=298 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 298); Green value is 144 (56.64% from 255 or 48.32% from 298); Blue value is 152 (59.77% from 255 or 51.01% from 298); Max value from RGB is 152 - color contains mainly: blue. Hex color #029098 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029098 is #FD6F67. Grayscale: #666666. Windows color (decimal): -16609128 or 9998338. OLE color: 9998338.

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

Color convert

RGB 2 144 152 -
CMYK 0.99 0.05 0 0.40
HSL 183.2º 0.97% 0.3% -
HSV(B) 183.2º 0.99% 0.6% -
XYZ 15.67 22.23 33.17 -
YUV 102.45 155.96 56.35 -
System Red Green Blue C M Y K H S L
Decimal 2 144 152 0.99 0.05 0 0.40 183.2 0.97 0.3
Hex 2 90 98 63 5 0 28 B7 61 1E
Octal 2 220 230 143 5 0 50 267 141 36
Binary 10 10010000 10011000 1100011 101 0 101000 10110111 1100001 11110

Color Harmonies of #029098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029098

Black with #029098

Text Example


Text Example

White with #029098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029098; }

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

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

background-color css

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

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

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

border-color css

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

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

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