Html Css Color HEX #02849F Eastern Blue

📋 copy color: '#02849F'

red 2 ◦ green 132 ◦ blue 159

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

Shades of Eastern Blue #02849F

Tints of Eastern Blue #02849F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.05%

 BLUE value IS 159 (62.5% from 255) = 54.27%

R = 0.68%
G = 45.05%
B = 54.27%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#02849F (or 0x02849F) is known color: Eastern Blue. HEX triplet: 02, 84 and 9F. RGB value is (2,132,159). Sum of RGB (Red+Green+Blue) = 2+132+159=293 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 293); Green value is 132 (51.95% from 255 or 45.05% from 293); Blue value is 159 (62.5% from 255 or 54.27% from 293); Max value from RGB is 159 - color contains mainly: blue. Hex color #02849F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02849F is #FD7B60. Grayscale: #5F5F5F. Windows color (decimal): -16612193 or 10454018. OLE color: 10454018.

HSL color Cylindrical-coordinate representation of color #02849F: hue angle of 190.32º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02849F is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 2 132 159 -
CMYK 0.99 0.17 0 0.38
HSL 190.32º 0.98% 0.32% -
HSV(B) 190.32º 0.99% 0.62% -
XYZ 14.53 19.02 35.71 -
YUV 96.21 163.43 60.8 -
System Red Green Blue C M Y K H S L
Decimal 2 132 159 0.99 0.17 0 0.38 190.32 0.98 0.32
Hex 2 84 9F 63 11 0 26 BE 62 20
Octal 2 204 237 143 21 0 46 276 142 40
Binary 10 10000100 10011111 1100011 10001 0 100110 10111110 1100010 100000

Color Harmonies of #02849F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02849F

Black with #02849F

Text Example


Text Example

White with #02849F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02849F; }

 p { color: rgb(2,132,159); }

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

background-color css

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

 a { background-color: rgb(2,132,159); }

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

border-color css

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

 span { border-color: rgb(2,132,159); }

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