Html Css Color HEX #008193 Eastern Blue

📋 copy color: '#008193'

red 0 ◦ green 129 ◦ blue 147

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

Shades of Eastern Blue #008193

Tints of Eastern Blue #008193

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 129 (50.78% from 255) = 46.74%

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

R = 0%
G = 46.74%
B = 53.26%

CMYK

 C value IS 1

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#008193 (or 0x008193) is known color: Eastern Blue. HEX triplet: 00, 81 and 93. RGB value is (0,129,147). Sum of RGB (Red+Green+Blue) = 0+129+147=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 129 (50.78% from 255 or 46.74% from 276); Blue value is 147 (57.81% from 255 or 53.26% from 276); Max value from RGB is 147 - color contains mainly: blue. Hex color #008193 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008193 is #FF7E6C. Grayscale: #5C5C5C. Windows color (decimal): -16744045 or 9666816. OLE color: 9666816.

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

Color convert

RGB 0 129 147 -
CMYK 1 0.12 0 0.42
HSL 187.35º 1% 0.29% -
HSV(B) 187.35º 1% 0.58% -
XYZ 13.12 17.81 30.35 -
YUV 92.48 158.76 62.04 -
System Red Green Blue C M Y K H S L
Decimal 0 129 147 1 0.12 0 0.42 187.35 1 0.29
Hex 0 81 93 64 C 0 2A BB 64 1D
Octal 0 201 223 144 14 0 52 273 144 35
Binary 0 10000001 10010011 1100100 1100 0 101010 10111011 1100100 11101

Color Harmonies of #008193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008193

Black with #008193

Text Example


Text Example

White with #008193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008193; }

 p { color: rgb(0,129,147); }

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

background-color css

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

 a { background-color: rgb(0,129,147); }

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

border-color css

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

 span { border-color: rgb(0,129,147); }

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