Html Css Color HEX #027D9B Eastern Blue

📋 copy color: '#027D9B'

red 2 ◦ green 125 ◦ blue 155

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

Shades of Eastern Blue #027D9B

Tints of Eastern Blue #027D9B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 44.33%

 BLUE value IS 155 (60.94% from 255) = 54.96%

R = 0.71%
G = 44.33%
B = 54.96%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#027D9B (or 0x027D9B) is known color: Eastern Blue. HEX triplet: 02, 7D and 9B. RGB value is (2,125,155). Sum of RGB (Red+Green+Blue) = 2+125+155=282 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 282); Green value is 125 (49.22% from 255 or 44.33% from 282); Blue value is 155 (60.94% from 255 or 54.96% from 282); Max value from RGB is 155 - color contains mainly: blue. Hex color #027D9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027D9B is #FD8264. Grayscale: #5B5B5B. Windows color (decimal): -16613989 or 10190082. OLE color: 10190082.

HSL color Cylindrical-coordinate representation of color #027D9B: hue angle of 191.76º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027D9B is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 2 125 155 -
CMYK 0.99 0.19 0 0.39
HSL 191.76º 0.97% 0.31% -
HSV(B) 191.76º 0.99% 0.61% -
XYZ 13.28 17.05 33.6 -
YUV 91.64 163.75 64.06 -
System Red Green Blue C M Y K H S L
Decimal 2 125 155 0.99 0.19 0 0.39 191.76 0.97 0.31
Hex 2 7D 9B 63 13 0 27 C0 61 1F
Octal 2 175 233 143 23 0 47 300 141 37
Binary 10 1111101 10011011 1100011 10011 0 100111 11000000 1100001 11111

Color Harmonies of #027D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027D9B

Black with #027D9B

Text Example


Text Example

White with #027D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027D9B; }

 p { color: rgb(2,125,155); }

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

background-color css

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

 a { background-color: rgb(2,125,155); }

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

border-color css

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

 span { border-color: rgb(2,125,155); }

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