Html Css Color HEX #027B93 Eastern Blue

📋 copy color: '#027B93'

red 2 ◦ green 123 ◦ blue 147

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

Shades of Eastern Blue #027B93

Tints of Eastern Blue #027B93

RGB

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

 GREEN value IS 123 (48.44% from 255) = 45.22%

 BLUE value IS 147 (57.81% from 255) = 54.04%

R = 0.74%
G = 45.22%
B = 54.04%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#027B93 (or 0x027B93) is known color: Eastern Blue. HEX triplet: 02, 7B and 93. RGB value is (2,123,147). Sum of RGB (Red+Green+Blue) = 2+123+147=272 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 272); Green value is 123 (48.44% from 255 or 45.22% from 272); Blue value is 147 (57.81% from 255 or 54.04% from 272); Max value from RGB is 147 - color contains mainly: blue. Hex color #027B93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027B93 is #FD846C. Grayscale: #595959. Windows color (decimal): -16614509 or 9665282. OLE color: 9665282.

HSL color Cylindrical-coordinate representation of color #027B93: hue angle of 189.93º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027B93 is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 2 123 147 -
CMYK 0.99 0.16 0 0.42
HSL 189.93º 0.97% 0.29% -
HSV(B) 189.93º 0.99% 0.58% -
XYZ 12.37 16.29 30.09 -
YUV 89.56 160.41 65.55 -
System Red Green Blue C M Y K H S L
Decimal 2 123 147 0.99 0.16 0 0.42 189.93 0.97 0.29
Hex 2 7B 93 63 10 0 2A BE 61 1D
Octal 2 173 223 143 20 0 52 276 141 35
Binary 10 1111011 10010011 1100011 10000 0 101010 10111110 1100001 11101

Color Harmonies of #027B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027B93

Black with #027B93

Text Example


Text Example

White with #027B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,123,147); }

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

background-color css

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

 a { background-color: rgb(2,123,147); }

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

border-color css

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

 span { border-color: rgb(2,123,147); }

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