Html Css Color HEX #008CA3 Eastern Blue

📋 copy color: '#008CA3'

red 0 ◦ green 140 ◦ blue 163

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

Shades of Eastern Blue #008CA3

Tints of Eastern Blue #008CA3

RGB

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

 GREEN value IS 140 (55.08% from 255) = 46.2%

 BLUE value IS 163 (64.06% from 255) = 53.8%

R = 0%
G = 46.2%
B = 53.8%

CMYK

 C value IS 1

 M value IS 0.14

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#008CA3 (or 0x008CA3) is known color: Eastern Blue. HEX triplet: 00, 8C and A3. RGB value is (0,140,163). Sum of RGB (Red+Green+Blue) = 0+140+163=303 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 303); Green value is 140 (55.08% from 255 or 46.20% from 303); Blue value is 163 (64.06% from 255 or 53.80% from 303); Max value from RGB is 163 - color contains mainly: blue. Hex color #008CA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008CA3 is #FF735C. Grayscale: #646464. Windows color (decimal): -16741213 or 10718208. OLE color: 10718208.

HSL color Cylindrical-coordinate representation of color #008CA3: hue angle of 188.47º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008CA3 is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 0 140 163 -
CMYK 1 0.14 0 0.36
HSL 188.47º 1% 0.32% -
HSV(B) 188.47º 1% 0.64% -
XYZ 15.99 21.4 37.94 -
YUV 100.76 163.12 56.13 -
System Red Green Blue C M Y K H S L
Decimal 0 140 163 1 0.14 0 0.36 188.47 1 0.32
Hex 0 8C A3 64 E 0 24 BC 64 20
Octal 0 214 243 144 16 0 44 274 144 40
Binary 0 10001100 10100011 1100100 1110 0 100100 10111100 1100100 100000

Color Harmonies of #008CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008CA3

Black with #008CA3

Text Example


Text Example

White with #008CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008CA3; }

 p { color: rgb(0,140,163); }

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

background-color css

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

 a { background-color: rgb(0,140,163); }

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

border-color css

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

 span { border-color: rgb(0,140,163); }

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