Html Css Color HEX #027792 Eastern Blue

📋 copy color: '#027792'

red 2 ◦ green 119 ◦ blue 146

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

Shades of Eastern Blue #027792

Tints of Eastern Blue #027792

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.57%

 BLUE value IS 146 (57.42% from 255) = 54.68%

R = 0.75%
G = 44.57%
B = 54.68%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#027792 (or 0x027792) is known color: Eastern Blue. HEX triplet: 02, 77 and 92. RGB value is (2,119,146). Sum of RGB (Red+Green+Blue) = 2+119+146=267 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 267); Green value is 119 (46.88% from 255 or 44.57% from 267); Blue value is 146 (57.42% from 255 or 54.68% from 267); Max value from RGB is 146 - color contains mainly: blue. Hex color #027792 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027792 is #FD886D. Grayscale: #565656. Windows color (decimal): -16615534 or 9598722. OLE color: 9598722.

HSL color Cylindrical-coordinate representation of color #027792: hue angle of 191.25º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027792 is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 2 119 146 -
CMYK 0.99 0.18 0 0.43
HSL 191.25º 0.97% 0.29% -
HSV(B) 191.25º 0.99% 0.57% -
XYZ 11.81 15.28 29.52 -
YUV 87.1 161.24 67.3 -
System Red Green Blue C M Y K H S L
Decimal 2 119 146 0.99 0.18 0 0.43 191.25 0.97 0.29
Hex 2 77 92 63 12 0 2B BF 61 1D
Octal 2 167 222 143 22 0 53 277 141 35
Binary 10 1110111 10010010 1100011 10010 0 101011 10111111 1100001 11101

Color Harmonies of #027792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027792

Black with #027792

Text Example


Text Example

White with #027792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027792; }

 p { color: rgb(2,119,146); }

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

background-color css

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

 a { background-color: rgb(2,119,146); }

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

border-color css

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

 span { border-color: rgb(2,119,146); }

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